summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-07-05 21:11:16 +0100
committerDave Airlie <airlied@redhat.com>2012-07-06 22:15:44 +0100
commit44eae69f1df2d00e0c9f1ea8d3c4fae06bcacfbc (patch)
tree4d6aa6c756d9b35705b4beacdd3e7e4fc1ad2255 /configure.ac
parent4d24192bd24fb20d16d0054d77bffda883faeb79 (diff)
configure: bump randrproto min requirements to 1.4.0
Needed to build latest randr stuff. Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.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 d1358a224..2442bac36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -787,7 +787,7 @@ APPLEWMPROTO="applewmproto >= 1.4"
dnl Required modules
XPROTO="xproto >= 7.0.22"
-RANDRPROTO="randrproto >= 1.2.99.3"
+RANDRPROTO="randrproto >= 1.4.0"
RENDERPROTO="renderproto >= 0.11"
XEXTPROTO="xextproto >= 7.1.99"
INPUTPROTO="inputproto >= 2.1.99.6"