summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/host-xorg-lib-X11.make16
1 files changed, 11 insertions, 5 deletions
diff --git a/rules/host-xorg-lib-X11.make b/rules/host-xorg-lib-X11.make
index d84e336cd..47d8c2c93 100644
--- a/rules/host-xorg-lib-X11.make
+++ b/rules/host-xorg-lib-X11.make
@@ -21,14 +21,20 @@ HOST_PACKAGES-$(PTXCONF_HOST_XORG_LIB_X11) += host-xorg-lib-x11
#
# autoconf
#
-HOST_XORG_LIB_X11_AUTOCONF := \
+HOST_XORG_LIB_X11_CONF_TOOL := autoconf
+HOST_XORG_LIB_X11_CONF_OPT := \
$(HOST_AUTOCONF) \
- --disable-man-pages \
--disable-specs \
- --enable-xkb \
--disable-secure-rpc \
- --disable-xf86bigfont \
--disable-loadable-i18n \
- --disable-loadable-xcursor
+ --disable-loadable-xcursor \
+ --disable-xthreads \
+ --disable-xcms \
+ --enable-xlocale \
+ --disable-xf86bigfont \
+ --enable-xkb \
+ $(XORG_OPTIONS_DOCS) \
+ --without-perl \
+ --without-lint
# vim: syntax=make