From b11fca06f75b26b94e3f1d3e3c3954d365f80759 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sat, 14 May 2016 10:33:54 +0200 Subject: [PATCH] Bump xcb-proto requirement to 1.12 This is needed due to various changes that were done to the XML schema. Signed-off-by: Uli Schlachter --- 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)