diff options
author | Dave Airlie <airlied@redhat.com> | 2012-07-05 21:11:16 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-07-05 21:11:16 +0100 |
commit | eb59ce593cd24b152c4f09cf53d2fa444d6fa289 (patch) | |
tree | 9544dd85251a4a12643f427fae53e34a805165b0 | |
parent | dc46900dbeb0f0f65992472c14c4943ecc5ff111 (diff) |
configure: bump randrproto min requirements to 1.4.0prime-101keithp-queue
Needed to build latest randr stuff.
Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r-- | configure.ac | 2 |
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" |