summaryrefslogtreecommitdiffstats
path: root/rules/xorg-lib-X11.in
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2007-12-13 16:27:41 +0000
committerLuotao Fu <l.fu@pengutronix.de>2007-12-13 16:27:41 +0000
commit92846854c8870b4dc97617a26c8dde2d0b6c3d79 (patch)
tree36bbb4fd18854074fbc910e012a274de2cd3a971 /rules/xorg-lib-X11.in
parent961d411966daba11d684c2124de19764a0a22cf0 (diff)
downloadptxdist-92846854c8870b4dc97617a26c8dde2d0b6c3d79.tar.gz
ptxdist-92846854c8870b4dc97617a26c8dde2d0b6c3d79.tar.xz
removed leading spaces in prompt because the new kconfig doesnt like it
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7655 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/xorg-lib-X11.in')
-rw-r--r--rules/xorg-lib-X11.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/xorg-lib-X11.in b/rules/xorg-lib-X11.in
index af9e238ac..d51d822d2 100644
--- a/rules/xorg-lib-X11.in
+++ b/rules/xorg-lib-X11.in
@@ -64,7 +64,7 @@ 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"
+ prompt "install iso8859-1 locale packet"
default y
help
install iso8859-1(latin alphabet No.1) locale files.
@@ -73,19 +73,19 @@ 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"
+ prompt "install iso8859-15 locale packet"
default y
help
install iso8859-15(latin alphabet No.9) locale files.
-menu " Chinese locale packets"
+menu "Chinese locale packets"
depends on XORG_LIB_X11_INSTALL_LOCALE
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)"
+ prompt "install chinese locales packet (mainland)"
help
install chinese locale files, including gb2303, gb18030 and utf8
@@ -93,7 +93,7 @@ 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)"
+ prompt "install chinese locale packet (Hongkong)"
help
install chinese locale files, including big5 and big5hkcks as used
in Honkong.
@@ -102,7 +102,7 @@ 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)"
+ prompt "install chinese locale packet (Taiwan)"
help
install chinese locale files, including big5 and big5hkcks as used
in Taiwan.