summaryrefslogtreecommitdiffstats
path: root/rules/xorg-lib-X11.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-06-12 19:16:42 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-06-13 00:24:19 +0200
commit54f787c77ac4a725773074bf10da1630593c0bc7 (patch)
tree5e8aff1f634103a720d03e26f919971970d4e82f /rules/xorg-lib-X11.in
parenta9e839a80ac361c140ea52af3ac01292c709c81b (diff)
downloadptxdist-54f787c77ac4a725773074bf10da1630593c0bc7.tar.gz
ptxdist-54f787c77ac4a725773074bf10da1630593c0bc7.tar.xz
xorg-lib-x11: version bump 1.4.0 -> 1.5.0
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/xorg-lib-X11.in')
-rw-r--r--rules/xorg-lib-X11.in13
1 files changed, 7 insertions, 6 deletions
diff --git a/rules/xorg-lib-X11.in b/rules/xorg-lib-X11.in
index 6fce2f2b9..cd6974dfe 100644
--- a/rules/xorg-lib-X11.in
+++ b/rules/xorg-lib-X11.in
@@ -19,45 +19,43 @@ menuconfig XORG_LIB_X11
help
This is the main X library
+if XORG_LIB_X11
+
config XORG_LIB_X11_XCB_LOW_LEVEL
bool
default y
- depends on XORG_LIB_X11
prompt "use XCB for low level protocol implementation"
help
FIXME
config XORG_LIB_X11_XF86BIGFONT
- depends on XORG_LIB_X11
bool
prompt "XF86BigFont extension support"
help
FIXME
config XORG_LIB_X11_i18n
- depends on XORG_LIB_X11
bool
prompt "Loadable i18n module support"
help
FIXME
config XORG_LIB_X11_CURSOR
- depends on XORG_LIB_X11
bool
prompt "loadable xcursor library support"
help
FIXME
config XORG_LIB_X11_XKB
- depends on XORG_LIB_X11
bool
+ default y
prompt "XKB Support"
help
This adds the keyboard extension support to the base library. Various
applications handling keyboards need it.
+ Note: this feature is marked as experimental if disabled!
config XORG_LIB_X11_INSTALL_LOCALE
- depends on XORG_LIB_X11
depends on LOCALES
bool
prompt "XLOCALE Support"
@@ -112,4 +110,7 @@ config XORG_LIB_X11_INSTALL_LOCALE_CHN_TW
help
install chinese locale files, including big5 and big5hkcks as used
in Taiwan.
+
endmenu
+
+endif