summaryrefslogtreecommitdiff
path: root/package/glib/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-05-31 17:53:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-05-31 17:53:55 +0200
commit1cd31f169fab4ab0ce45617c161da3fec9f7359d (patch)
treee705bef0fbb742cafc1ca64b6c786db1b82622ab /package/glib/Config.in
parent5e82ed3e9ada7f5c9e66db5568032a49f66a6e93 (diff)
fix regressions from ipkg rework
- remove old glib1 lib - rename glib2 -> glib - rename libgdbm -> gdbm - remove obsoleted wireless-tools, use iw - remove upstream unmaintained slurm make allmodconfig runs through on Debian/lenny amd64 for alix1c target
Diffstat (limited to 'package/glib/Config.in')
-rw-r--r--package/glib/Config.in18
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