summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2015-03-31 17:07:43 -0700
committerKeith Packard <keithp@keithp.com>2015-03-31 17:07:43 -0700
commitf1da6bf5d94911e78d2e27e6accf0c6e3aefb331 (patch)
tree3f39c6844edfd68b0fec5d5d7c414d0e0a64a0d5
parente36236eade412dd3894f75f78a7b3d7c1037e6c3 (diff)
Require randrproto version 1.5.0 or newer
Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Dave Airlie <airlied@redhat.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 280c3692a..606298bdc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -782,7 +782,7 @@ LIBXSHMFENCE="xshmfence >= 1.1"
dnl Required modules
XPROTO="xproto >= 7.0.26"
-RANDRPROTO="randrproto >= 1.4.0"
+RANDRPROTO="randrproto >= 1.5.0"
RENDERPROTO="renderproto >= 0.11"
XEXTPROTO="xextproto >= 7.2.99.901"
INPUTPROTO="inputproto >= 2.3"