diff options
author | Julien Cristau <jcristau@debian.org> | 2013-12-14 05:54:20 +0100 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2013-12-14 05:54:51 +0100 |
commit | ea4406a8e0193cad8effe569e7835f8b67894e54 (patch) | |
tree | 28e8f674dee16d47f2c67d8dfd6383c62102d24f | |
parent | a1299eb2a210b5788a2b827b82a3d825caa1f201 (diff) |
Bump xcb-proto requirement to 1.10
Makes sure we generate the new generic event struct.
Signed-off-by: Julien Cristau <jcristau@debian.org>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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) |