Bump xcb-proto requirement to 1.11
authorUli Schlachter <psychon@znc.in>
Fri, 1 Aug 2014 14:03:24 +0000 (16:03 +0200)
committerUli Schlachter <psychon@znc.in>
Fri, 1 Aug 2014 14:04:33 +0000 (16:04 +0200)
This is needed for the new direct_imports field that we need from xcb-proto.

Signed-off-by: Uli Schlachter <psychon@znc.in>
configure.ac

index 68c3b2f..4aba894 100644 (file)
@@ -50,7 +50,7 @@ fi
 AC_SUBST(HTML_CHECK_RESULT)
 
 # Checks for pkg-config packages
-PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.10)
+PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.11)
 NEEDED="pthread-stubs xau >= 0.99.2"
 PKG_CHECK_MODULES(NEEDED, $NEEDED)