diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-14 03:10:46 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-14 03:10:46 +0000 |
commit | 6756e24e976cd51bb41b2b2a2b92af2785a36d29 (patch) | |
tree | ea39758a20224a8799be77231e737b754ffedf29 /package/libglib2/Config.in | |
parent | 0f4f9f729f6478307857b62a791b8e6751dd20e1 (diff) | |
download | buildroot-novena-6756e24e976cd51bb41b2b2a2b92af2785a36d29.tar.gz buildroot-novena-6756e24e976cd51bb41b2b2a2b92af2785a36d29.zip |
Get rid of broken locale configuration option. I need to do a little more work on this.
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/ |