From c5c6cfa4d2a27d0f9e139a1856d866433b6046bc Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Fri, 1 Aug 2014 16:03:24 +0200 Subject: [PATCH] Bump xcb-proto requirement to 1.11 This is needed for the new direct_imports field that we need from xcb-proto. Signed-off-by: Uli Schlachter --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 68c3b2f..4aba894 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.10) +PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.11) NEEDED="pthread-stubs xau >= 0.99.2" PKG_CHECK_MODULES(NEEDED, $NEEDED) -- 2.34.1