diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-14 01:02:36 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-14 01:02:36 +0000 |
commit | 999e5db6d55643590b3b414590441abce89dc111 (patch) | |
tree | d177a72299d22c79dfc3649a71d7e05c1304c472 /package/libglib2/Config.in | |
parent | d67d790dd17b8a0e13aabed13f302cfde9cc3057 (diff) |
Make sure to install the 'libgthread' shared libraries as well. Also, allow for configuration of locale support or not.
Diffstat (limited to 'package/libglib2/Config.in')
-rw-r--r-- | package/libglib2/Config.in | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/package/libglib2/Config.in b/package/libglib2/Config.in index 2f7028689..c327d8ab2 100644 --- a/package/libglib2/Config.in +++ b/package/libglib2/Config.in @@ -1,9 +1,16 @@ config BR2_PACKAGE_LIBGLIB2 bool "libglib2" default n - select BR2_ENABLE_LOCALE - select BR2_PACKAGE_LIBINTL 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_LIBINTL + select BR2_PACKAGE_PKGCONFIG + help + Enable locale support for Glib library. |