summaryrefslogtreecommitdiffstats
path: root/rules/libxcb.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-11-15 10:57:05 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-11-16 08:44:21 +0100
commitf7217b56a63039b778a0ad435ecd47180ca6a228 (patch)
tree42db046cea7dbade547102743224b7fd2d557395 /rules/libxcb.make
parenta08de3e6c6c4984953113e0e34786700d102e07a (diff)
downloadptxdist-f7217b56a63039b778a0ad435ecd47180ca6a228.tar.gz
ptxdist-f7217b56a63039b778a0ad435ecd47180ca6a228.tar.xz
libxcb: version bump 1.10 -> 1.13.1
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libxcb.make')
-rw-r--r--rules/libxcb.make12
1 files changed, 8 insertions, 4 deletions
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