summaryrefslogtreecommitdiffstats
path: root/rules/glib.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-06-09 23:11:42 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-06-09 23:11:42 +0000
commite7e42350a5f83f426ca3986a9ec90fb2ce796ea8 (patch)
tree41b65e9a29ebea8af2485ee25588b9c2539b6da8 /rules/glib.in
parent7595a886825031bc18750e9f3bcda9138164c361 (diff)
downloadptxdist-e7e42350a5f83f426ca3986a9ec90fb2ce796ea8.tar.gz
ptxdist-e7e42350a5f83f426ca3986a9ec90fb2ce796ea8.tar.xz
iconv: rework iconv handling in ptxdist
libiconv provides functionality that is already provided by glibc. So we consolidate ptxdist to use native glibc iconv instead of libiconv support. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10681 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/glib.in')
-rw-r--r--rules/glib.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/rules/glib.in b/rules/glib.in
index 2646ee6c7..95a6849ec 100644
--- a/rules/glib.in
+++ b/rules/glib.in
@@ -3,7 +3,6 @@
menuconfig GLIB
tristate
prompt "glib "
- select LIBICONV if GLIB__LIBICONV_GNU
select GETTEXT if GLIB__GETTEXT_GETTEXT
select GETTEXT_DUMMY if GLIB__GETTEXT_DUMMY
select HOST_GLIB
@@ -30,24 +29,6 @@ choice
endchoice
choice
- prompt "iconv variant "
- default GLIB__LIBICONV_CLIB
-
- config GLIB__LIBICONV_CLIB
- bool
- prompt "c library "
-
- config GLIB__LIBICONV_GNU
- bool
- prompt "gnu (libiconv)"
-
- config GLIB__LIBICONV_NATIVE
- bool
- prompt "native (mingw)"
-
-endchoice
-
-choice
prompt "gettext variant"
default GLIB__GETTEXT_NONE