From a470579ba29c8f39e77668558a08bb173297711f Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Cardona?= Date: Fri, 4 Dec 2009 22:06:20 +0100 Subject: [PATCH] DRI2 extension requires xcb-proto 1.6 or newer MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémi Cardona Signed-off-by: Julien Danjou --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 04454e8..f535a06 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ fi AC_SUBST(HTML_CHECK_RESULT) # Checks for pkg-config packages -PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.5) +PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.6) NEEDED="pthread-stubs xau >= 0.99.2" PKG_CHECK_MODULES(NEEDED, $NEEDED) -- 2.34.1