summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-09-23 09:52:21 +0300
committerKeith Packard <keithp@keithp.com>2016-09-23 09:52:35 +0300
commitade315386cee9a65a3885c65e96256880ac6f00a (patch)
tree54a496682cd5f6711aaab7db4e2d0f3b8e684c83 /configure.ac
parentf72ff1f7ac784f3911fe2f8d746f62f7709f0edc (diff)
Require xproto 7.0.31
xproto 7.0.30 had a typo which caused compiles to fail on anything other than clang Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 922ee0cc5..dcc39689a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -812,7 +812,7 @@ APPLEWMPROTO="applewmproto >= 1.4"
LIBXSHMFENCE="xshmfence >= 1.1"
dnl Required modules
-XPROTO="xproto >= 7.0.30"
+XPROTO="xproto >= 7.0.31"
RANDRPROTO="randrproto >= 1.5.0"
RENDERPROTO="renderproto >= 0.11"
XEXTPROTO="xextproto >= 7.2.99.901"