diff options
Diffstat (limited to 'package/libglib2/Config.in')
-rw-r--r-- | package/libglib2/Config.in | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/package/libglib2/Config.in b/package/libglib2/Config.in index c327d8ab2..650d6aa02 100644 --- a/package/libglib2/Config.in +++ b/package/libglib2/Config.in @@ -1,16 +1,11 @@ config BR2_PACKAGE_LIBGLIB2 bool "libglib2" default n - help - Low-level core library that forms the basis of GTK+ and GNOME. - - http://www.gtk.org/ - -config BR2_PACKAGE_LIBGLIB2_LOCALE - bool "libglib2-locale" - default n select BR2_ENABLE_LOCALE + select BR2_PACKAGE_GETTEXT select BR2_PACKAGE_LIBINTL select BR2_PACKAGE_PKGCONFIG help - Enable locale support for Glib library. + Low-level core library that forms the basis of GTK+ and GNOME. + + http://www.gtk.org/ |