[Xcb] [PATCH libxcb 1/2] Bump xcb-proto requirement to 1.12

Uli Schlachter psychon at znc.in
Sat May 14 08:39:50 UTC 2016


This is needed due to various changes that were done to the XML schema.

Signed-off-by: Uli Schlachter <psychon at znc.in>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 08dd2b0..126d2bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,7 +50,7 @@ fi
 AC_SUBST(HTML_CHECK_RESULT)
 
 # Checks for pkg-config packages
-PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.11)
+PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.12)
 NEEDED="pthread-stubs xau >= 0.99.2"
 PKG_CHECK_MODULES(NEEDED, $NEEDED)
 
-- 
2.8.1



More information about the Xcb mailing list