[PATCH 2/2] configure: require xproto 7.0.26 for pointer typedef removal
Julien Cristau
jcristau at debian.org
Mon Apr 14 06:27:19 PDT 2014
Signed-off-by: Julien Cristau <jcristau at debian.org>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index c70bd99..388e17c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -789,7 +789,7 @@ APPLEWMPROTO="applewmproto >= 1.4"
XSHMFENCE="xshmfence >= 1.1"
dnl Required modules
-XPROTO="xproto >= 7.0.22"
+XPROTO="xproto >= 7.0.26"
RANDRPROTO="randrproto >= 1.4.0"
RENDERPROTO="renderproto >= 0.11"
XEXTPROTO="xextproto >= 7.2.99.901"
--
1.9.1
More information about the xorg-devel
mailing list