summaryrefslogtreecommitdiffstats
path: root/rules/glib.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-03-25 16:20:01 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-03-25 16:20:01 +0000
commitd255430b78452943f6bd517b4b79edff3266ef00 (patch)
tree98ed0e2341ca9453c2078dedee2e2a966c39ead9 /rules/glib.in
parenteaf3e81bfcc6f7402515cd21b3b45bc2b539ab4a (diff)
downloadptxdist-d255430b78452943f6bd517b4b79edff3266ef00.tar.gz
ptxdist-d255430b78452943f6bd517b4b79edff3266ef00.tar.xz
[glib] add option to use iconv implementation of c library
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10170 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/glib.in')
-rw-r--r--rules/glib.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/rules/glib.in b/rules/glib.in
index 133fb2a16..2646ee6c7 100644
--- a/rules/glib.in
+++ b/rules/glib.in
@@ -31,7 +31,11 @@ endchoice
choice
prompt "iconv variant "
- default GLIB__LIBICONV_GNU
+ default GLIB__LIBICONV_CLIB
+
+ config GLIB__LIBICONV_CLIB
+ bool
+ prompt "c library "
config GLIB__LIBICONV_GNU
bool
@@ -39,7 +43,7 @@ choice
config GLIB__LIBICONV_NATIVE
bool
- prompt "native "
+ prompt "native (mingw)"
endchoice