summaryrefslogtreecommitdiffstats
path: root/rules/glibc.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2009-06-22 11:50:56 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2009-06-22 11:50:56 +0000
commit698c27d3774adbc1ea0970e3e48cff43e5353996 (patch)
tree7c44dc1398eeb93c14caaf1820969b121ed68c60 /rules/glibc.in
parentadf0181f2cdd7c9d6f5389767c9e76c5c7582cd1 (diff)
downloadptxdist-698c27d3774adbc1ea0970e3e48cff43e5353996.tar.gz
ptxdist-698c27d3774adbc1ea0970e3e48cff43e5353996.tar.xz
* glibc: Add more gconv libraries on demand (UTF and chinese)
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10848 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/glibc.in')
-rw-r--r--rules/glibc.in14
1 files changed, 13 insertions, 1 deletions
diff --git a/rules/glibc.in b/rules/glibc.in
index ffb830516..7296742cc 100644
--- a/rules/glibc.in
+++ b/rules/glibc.in
@@ -189,20 +189,32 @@ config GLIBC_I18N_RAWDATA
menu "Install gconv libraries "
+config GLIBC_GCONF_BASE
+ bool
+
config GLIBC_GCONV_DEF
bool
prompt "default gconv modules"
+ select GLIBC_GCONF_BASE
default y
help
install the iso8859-1 (Latin Alphabet No.1) and the iso8859-15 (Latin
Alphabet No.9) encoding modules into gconv, this should be ok for most
western languages
+config GLIBC_GCONV_UTF
+ bool
+ prompt "gconv modules for UTF"
+ select GLIBC_GCONF_BASE
+ help
+ install the gconv modules for UTF conversion
+
config GLIBC_GCONV_ZH
bool
prompt "gconv modules for chinese language"
+ select GLIBC_GCONF_BASE
help
- install the gconv modules for chinese language, including BIG5, GB2312
+ install the gconv modules for chinese language, including BIG5
and GB18030
endmenu