2
1

Config.in 438 B

1234567891011121314
  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_ZLIB
  7. depends on BR2_USE_WCHAR # gettext
  8. help
  9. Low-level core library that forms the basis of GTK+ and GNOME.
  10. http://www.gtk.org/
  11. comment "libglib2 requires a toolchain with WCHAR support"
  12. depends on !BR2_USE_WCHAR