summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/host-libxcb.make34
-rw-r--r--rules/libxcb.make12
2 files changed, 41 insertions, 5 deletions
diff --git a/rules/host-libxcb.make b/rules/host-libxcb.make
index 75e372b1c..d62b1a147 100644
--- a/rules/host-libxcb.make
+++ b/rules/host-libxcb.make
@@ -28,6 +28,38 @@ HOST_LIBXCB_ENV := \
HOST_LIBXCB_CONF_TOOL := autoconf
HOST_LIBXCB_CONF_OPT := \
$(HOST_AUTOCONF) \
- --disable-build-docs
+ --disable-static \
+ --disable-selective-werror \
+ --disable-strict-compilation \
+ --disable-devel-docs \
+ --enable-composite \
+ --enable-damage \
+ --enable-dpms \
+ --enable-dri2 \
+ --enable-dri3 \
+ --enable-ge \
+ --enable-glx \
+ --enable-present \
+ --enable-randr \
+ --enable-record \
+ --enable-render \
+ --enable-resource \
+ --enable-screensaver \
+ --enable-shape \
+ --enable-shm \
+ --enable-sync \
+ --enable-xevie \
+ --enable-xfixes \
+ --enable-xfree86-dri \
+ --enable-xinerama \
+ --enable-xinput \
+ --enable-xkb \
+ --enable-xprint \
+ --disable-selinux \
+ --enable-xtest \
+ --enable-xv \
+ --enable-xvmc \
+ --without-doxygen \
+ --without-launchd
# vim: syntax=make
diff --git a/rules/libxcb.make b/rules/libxcb.make
index de1145629..929013ea1 100644
--- a/rules/libxcb.make
+++ b/rules/libxcb.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBXCB) += libxcb
#
# Paths and names
#
-LIBXCB_VERSION := 1.10
-LIBXCB_MD5 := 074c335cc4453467eeb234e3dadda700
+LIBXCB_VERSION := 1.13.1
+LIBXCB_MD5 := f33cdfc67346f7217a9326c0d8679975
LIBXCB := libxcb-$(LIBXCB_VERSION)
LIBXCB_SUFFIX := tar.bz2
LIBXCB_URL := http://xcb.freedesktop.org/dist/$(LIBXCB).$(LIBXCB_SUFFIX)
@@ -42,12 +42,15 @@ LIBXCB_CONF_TOOL := autoconf
LIBXCB_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
--disable-static \
- --disable-build-docs \
+ --disable-selective-werror \
+ --disable-strict-compilation \
+ --disable-devel-docs \
--enable-composite \
--enable-damage \
--enable-dpms \
--enable-dri2 \
--enable-dri3 \
+ --enable-ge \
--enable-glx \
--enable-present \
--enable-randr \
@@ -69,7 +72,8 @@ LIBXCB_CONF_OPT := \
--enable-xtest \
--enable-xv \
--enable-xvmc \
- --without-doxygen
+ --without-doxygen \
+ --without-launchd
# ----------------------------------------------------------------------------
# Target-Install