summaryrefslogtreecommitdiffstats
path: root/rules/host-xorg-lib-X11.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-11-15 22:15:50 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-11-17 19:00:12 +0100
commit9715338b40fec4a84c9f8f58f49584787fd4e661 (patch)
treeb0f15a43cdea6d5b005e00520586920cc85c2afc /rules/host-xorg-lib-X11.make
parent647b477db9678ea6f079b92aeb4c458a91ef1040 (diff)
downloadptxdist-9715338b40fec4a84c9f8f58f49584787fd4e661.tar.gz
ptxdist-9715338b40fec4a84c9f8f58f49584787fd4e661.tar.xz
xorg-lib-x11: version bump 1.6.2 -> 1.6.7
Also, split the locale data into a separate package. This way, libxkbcommon can use it independently for key composing. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-xorg-lib-X11.make')
-rw-r--r--rules/host-xorg-lib-X11.make8
1 files changed, 7 insertions, 1 deletions
diff --git a/rules/host-xorg-lib-X11.make b/rules/host-xorg-lib-X11.make
index 47d8c2c93..6a352c3b3 100644
--- a/rules/host-xorg-lib-X11.make
+++ b/rules/host-xorg-lib-X11.make
@@ -24,17 +24,23 @@ HOST_PACKAGES-$(PTXCONF_HOST_XORG_LIB_X11) += host-xorg-lib-x11
HOST_XORG_LIB_X11_CONF_TOOL := autoconf
HOST_XORG_LIB_X11_CONF_OPT := \
$(HOST_AUTOCONF) \
+ --disable-selective-werror \
+ --disable-strict-compilation \
--disable-specs \
- --disable-secure-rpc \
--disable-loadable-i18n \
--disable-loadable-xcursor \
--disable-xthreads \
--disable-xcms \
--enable-xlocale \
+ --enable-xlocaledir \
--disable-xf86bigfont \
--enable-xkb \
+ --disable-composecache \
+ --disable-lint-library \
+ --disable-malloc0returnsnull \
$(XORG_OPTIONS_DOCS) \
--without-perl \
+ --without-launchd \
--without-lint
# vim: syntax=make