summaryrefslogtreecommitdiffstats
path: root/rules/glib.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-06-21 14:58:39 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2007-06-21 14:58:39 +0000
commit6e6d6ca9db9a1a502cb17e648632a91486046181 (patch)
tree7162c33218519f3c7be00a7a33250d46a1df11ac /rules/glib.in
parent7ef982053ad0a1f97d873405398f4b55fde19606 (diff)
downloadptxdist-6e6d6ca9db9a1a502cb17e648632a91486046181.tar.gz
ptxdist-6e6d6ca9db9a1a502cb17e648632a91486046181.tar.xz
* glib.in: Correcting dependencies
- depends now on external libiconv if selected git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7204 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/glib.in')
-rw-r--r--rules/glib.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/rules/glib.in b/rules/glib.in
index 9302d6d98..86763cdee 100644
--- a/rules/glib.in
+++ b/rules/glib.in
@@ -1,14 +1,12 @@
menuconfig GLIB
bool
prompt "glib "
- select LIBICONV if GLIB_LIBICONV
- select GETTEXT if GLIB_GETTEXT
select HOST_GLIB
help
- GLib is a library containing many useful C
- routines for things such as trees, hashes,
+ GLib is a library containing many useful C
+ routines for things such as trees, hashes,
lists, and strings. It is a useful general-purpose
- C library used by projects such as GTK+,
+ C library used by projects such as GTK+,
GIMP, and GNOME.
choice
@@ -28,6 +26,7 @@ choice
config GLIB_ICONV_LIBICONV
bool
prompt "libiconv"
+ select LIBICONV
help
If iconv is not part of the C library, you can use GNU
libiconv instead.