Config.in 413 B

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