[PATCH 1/2] Require at least xproto 7.0.28
Olivier Fourdan
ofourdan at redhat.com
Tue Jul 7 09:19:50 PDT 2015
To make sure we have enough file descriptors to manage at most 512
clients.
Signed-off-by: Olivier Fourdan <ofourdan at redhat.com>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 328563e..16d2123 100644
--- a/configure.ac
+++ b/configure.ac
@@ -771,7 +771,7 @@ APPLEWMPROTO="applewmproto >= 1.4"
LIBXSHMFENCE="xshmfence >= 1.1"
dnl Required modules
-XPROTO="xproto >= 7.0.26"
+XPROTO="xproto >= 7.0.28"
RANDRPROTO="randrproto >= 1.5.0"
RENDERPROTO="renderproto >= 0.11"
XEXTPROTO="xextproto >= 7.2.99.901"
--
2.4.3
More information about the xorg-devel
mailing list