Config.in 465 B

123456789101112131415
  1. config BR2_PACKAGE_LIBGLIB2
  2. bool "libglib2"
  3. select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
  4. select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT
  5. select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
  6. select BR2_PACKAGE_LIBFFI
  7. select BR2_PACKAGE_ZLIB
  8. depends on BR2_USE_WCHAR # gettext
  9. help
  10. Low-level core library that forms the basis of GTK+ and GNOME.
  11. http://www.gtk.org/
  12. comment "libglib2 requires a toolchain with WCHAR support"
  13. depends on !BR2_USE_WCHAR