From: Julien Cristau Date: Sat, 14 Dec 2013 04:54:20 +0000 (+0100) Subject: Bump xcb-proto requirement to 1.10 X-Git-Tag: 1.10~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea4406a8e0193cad8effe569e7835f8b67894e54;p=platform%2Fupstream%2Flibxcb.git Bump xcb-proto requirement to 1.10 Makes sure we generate the new generic event struct. Signed-off-by: Julien Cristau --- diff --git a/configure.ac b/configure.ac index 87804ba..294bd1a 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,7 @@ fi AC_SUBST(HTML_CHECK_RESULT) # Checks for pkg-config packages -PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.9) +PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.10) NEEDED="pthread-stubs xau >= 0.99.2" PKG_CHECK_MODULES(NEEDED, $NEEDED)