From f1da6bf5d94911e78d2e27e6accf0c6e3aefb331 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 31 Mar 2015 17:07:43 -0700 Subject: [PATCH] Require randrproto version 1.5.0 or newer Signed-off-by: Keith Packard Reviewed-by: Dave Airlie --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"