From ea8acfe3e2f74a46c3f1e91809b4b99af18502b7 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 6 Nov 2013 23:06:28 -0800 Subject: [PATCH] Require xextproto version 7.2.99.901 This includes the MIT-SHM FD passing requests Signed-off-by: Keith Packard Reviewed-by: Alan Coopersmith --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e223202c1..96ceb4ccb 100644 --- a/configure.ac +++ b/configure.ac @@ -798,7 +798,7 @@ dnl Required modules XPROTO="xproto >= 7.0.22" RANDRPROTO="randrproto >= 1.4.0" RENDERPROTO="renderproto >= 0.11" -XEXTPROTO="xextproto >= 7.1.99" +XEXTPROTO="xextproto >= 7.2.99.901" INPUTPROTO="inputproto >= 2.3" KBPROTO="kbproto >= 1.0.3" FONTSPROTO="fontsproto"