diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-31 16:50:53 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-31 16:50:53 +0200 |
commit | eee3718f1ec72f689f3a241af008e985819826df (patch) | |
tree | 6c3f58ac7adb7e2ce85f53ed71a418b656a5b162 /package/glib/Config.in | |
parent | b74845e7a1608a96af70e1b3ae4c6c28e5052e7a (diff) | |
parent | 1cd31f169fab4ab0ce45617c161da3fec9f7359d (diff) |
Merge branch 'master' of ssh://openadk.org/git/openadk
Diffstat (limited to 'package/glib/Config.in')
-rw-r--r-- | package/glib/Config.in | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/package/glib/Config.in b/package/glib/Config.in index 7710e5aa1..093e19649 100644 --- a/package/glib/Config.in +++ b/package/glib/Config.in @@ -1,17 +1,7 @@ -config ADK_COMPILE_GLIB - tristate - depends ADK_PACKAGE_GLIB1 - -config ADK_PACKAGE_GLIB1 - prompt "glib1............................. The GLib library of C routines (v1.2)" +config ADK_PACKAGE_GLIB + prompt "glib............................. low-level core library that forms the basis of GTK+" tristate default n - select ADK_COMPILE_GLIB select ADK_PACKAGE_LIBPTHREAD - help - GLib is a library containing many useful C routines for things such - as trees, hashes, and lists. - - http://www.gtk.org/ - - Depends: libpthread + select ADK_PACKAGE_LIBICONV + select ADK_PACKAGE_GETTEXT |