summaryrefslogtreecommitdiffstats
path: root/rules/glib.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-10-17 10:32:30 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-10-17 10:32:30 +0000
commitd7332140e8607529ece78fc0ef4695a95b868879 (patch)
tree188ed81cb1654d280f8a1740d9067b05818c2b69 /rules/glib.in
parent6047d93eaebcceabd9e63b6e5f279321017b9882 (diff)
downloadptxdist-d7332140e8607529ece78fc0ef4695a95b868879.tar.gz
ptxdist-d7332140e8607529ece78fc0ef4695a95b868879.tar.xz
* glib: hardcode iconv only for host tool
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7438 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/glib.in')
-rw-r--r--rules/glib.in16
1 files changed, 13 insertions, 3 deletions
diff --git a/rules/glib.in b/rules/glib.in
index 1aa942c51..7a98b2539 100644
--- a/rules/glib.in
+++ b/rules/glib.in
@@ -10,10 +10,20 @@ config GLIB
general-purpose C library used by projects such as GTK+, GIMP,
and GNOME.
-config GLIB_LIBICONV
- bool
+choice
+ prompt "iconv variant" if !ARCH_MINGW
+ default GLIB_LIBICONV_GNU
depends on GLIB
- default y if ARCH_MINGW
+
+ config GLIB_LIBICONV_GNU
+ bool
+ prompt "gnu (libiconv)"
+
+ config GLIB_LIBICONV_NATIVE
+ bool
+ prompt "native"
+
+endchoice
config GLIB_GETTEXT
bool