xserver: Branch 'master'

Keith Packard keithp at kemper.freedesktop.org
Tue Mar 31 17:08:33 PDT 2015


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f1da6bf5d94911e78d2e27e6accf0c6e3aefb331
Author: Keith Packard <keithp at keithp.com>
Date:   Tue Mar 31 17:07:43 2015 -0700

    Require randrproto version 1.5.0 or newer
    
    Signed-off-by: Keith Packard <keithp at keithp.com>
    Reviewed-by: Dave Airlie <airlied at redhat.com>

diff --git a/configure.ac b/configure.ac
index 280c369..606298b 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"


More information about the xorg-commit mailing list