Config.in 264 B

1234567891011
  1. config BR2_PACKAGE_LIBGLIB2
  2. bool "libglib2"
  3. default n
  4. select BR2_ENABLE_LOCALE
  5. select BR2_PACKAGE_GETTEXT
  6. select BR2_PACKAGE_LIBINTL
  7. select BR2_PACKAGE_PKGCONFIG
  8. help
  9. Low-level core library that forms the basis of GTK+ and GNOME.
  10. http://www.gtk.org/