summaryrefslogtreecommitdiffstats
path: root/rules/xorg-lib-X11.in
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2007-01-09 16:53:10 +0000
committerLuotao Fu <l.fu@pengutronix.de>2007-01-09 16:53:10 +0000
commitf5b03078852d1dd92effca5db0db1f5cbb4591ac (patch)
tree378ad8e71252185ee52a5d0340e3aadc747e8b06 /rules/xorg-lib-X11.in
parent2769b4e78c6e9962a5d56bb6ee06668cf279aaef (diff)
downloadptxdist-f5b03078852d1dd92effca5db0db1f5cbb4591ac.tar.gz
ptxdist-f5b03078852d1dd92effca5db0db1f5cbb4591ac.tar.xz
added dependency of xlocale to glibc locale
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6803 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/xorg-lib-X11.in')
-rw-r--r--rules/xorg-lib-X11.in11
1 files changed, 9 insertions, 2 deletions
diff --git a/rules/xorg-lib-X11.in b/rules/xorg-lib-X11.in
index 9b3464587..9f23f3636 100644
--- a/rules/xorg-lib-X11.in
+++ b/rules/xorg-lib-X11.in
@@ -51,14 +51,17 @@ config XORG_LIB_X11_XKB
config XORG_LIB_X11_INSTALL_LOCALE
depends on XORG_LIB_X11
+ depends on LOCALES
bool
- prompt "install locale files"
+ prompt "XLOCALE Support"
default y
help
- installs locale files to the target, will take about 2,5MB diskspace
+ add XLOCALE Support, you will need this one if you have localized X
+ applications.
config XORG_LIB_X11_INSTALL_LOCALE_8859_1
depends on XORG_LIB_X11_INSTALL_LOCALE
+ depends on LOCALES_EN_US || LOCALES_EN_GB || LOCALES_DE_DE
bool
prompt " install iso8859-1 locale packet"
default y
@@ -67,6 +70,7 @@ config XORG_LIB_X11_INSTALL_LOCALE_8859_1
config XORG_LIB_X11_INSTALL_LOCALE_8859_15
depends on XORG_LIB_X11_INSTALL_LOCALE
+ depends on LOCALES_EN_GB_EURO || LOCALES_DE_DE_EURO
bool
prompt " install iso8859-15 locale packet"
default y
@@ -78,6 +82,7 @@ menu " Chinese locale packets"
config XORG_LIB_X11_INSTALL_LOCALE_CHN_MAIN
depends on XORG_LIB_X11_INSTALL_LOCALE
+ depends on LOCALES_ZH_CN
bool
prompt " install chinese locales packet (mainland)"
help
@@ -85,6 +90,7 @@ config XORG_LIB_X11_INSTALL_LOCALE_CHN_MAIN
config XORG_LIB_X11_INSTALL_LOCALE_CHN_HK
depends on XORG_LIB_X11_INSTALL_LOCALE
+ depends on LOCALES_ZH_HK
bool
prompt " install chinese locale packet (Hongkong)"
help
@@ -93,6 +99,7 @@ config XORG_LIB_X11_INSTALL_LOCALE_CHN_HK
config XORG_LIB_X11_INSTALL_LOCALE_CHN_TW
depends on XORG_LIB_X11_INSTALL_LOCALE
+ depends on LOCALES_ZH_TW
bool
prompt " install chinese locale packet (Taiwan)"
help