From 44eae69f1df2d00e0c9f1ea8d3c4fae06bcacfbc Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Thu, 5 Jul 2012 21:11:16 +0100 Subject: [PATCH] configure: bump randrproto min requirements to 1.4.0 Needed to build latest randr stuff. Reviewed-by: Adam Jackson Signed-off-by: Dave Airlie --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"