summaryrefslogtreecommitdiffstats
path: root/rules/host-libxcb.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-libxcb.make')
-rw-r--r--rules/host-libxcb.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/host-libxcb.make b/rules/host-libxcb.make
index 4996695c0..42a768bc0 100644
--- a/rules/host-libxcb.make
+++ b/rules/host-libxcb.make
@@ -17,8 +17,7 @@ HOST_PACKAGES-$(PTXCONF_HOST_LIBXCB) += host-libxcb
HOST_LIBXCB_CONF_ENV := \
$(HOST_ENV) \
- ac_cv_prog_BUILD_DOCS=no \
- ac_cv_lib_Xdmcp_XdmcpWrap=no
+ ac_cv_prog_BUILD_DOCS=no
#
# autoconf
@@ -32,6 +31,7 @@ HOST_LIBXCB_CONF_OPT := \
--disable-devel-docs \
--enable-composite \
--enable-damage \
+ --enable-dbe \
--enable-dpms \
--enable-dri2 \
--enable-dri3 \
@@ -58,6 +58,6 @@ HOST_LIBXCB_CONF_OPT := \
--enable-xv \
--enable-xvmc \
--without-doxygen \
- --without-launchd
+ --without-serverside-support
# vim: syntax=make