Config.in 320 B

1234567891011
  1. config BR2_PACKAGE_LIBGLIB2
  2. bool "libglib2"
  3. select BR2_PACKAGE_GETTEXT
  4. select BR2_PACKAGE_LIBINTL
  5. select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
  6. select BR2_PACKAGE_PKGCONFIG
  7. help
  8. Low-level core library that forms the basis of GTK+ and GNOME.
  9. Requires libglib2 (-dev) on the host.
  10. http://www.gtk.org/