diff options
author | Uli Schlachter <psychon@znc.in> | 2014-08-01 16:03:24 +0200 |
---|---|---|
committer | Uli Schlachter <psychon@znc.in> | 2014-08-01 16:04:33 +0200 |
commit | c5c6cfa4d2a27d0f9e139a1856d866433b6046bc (patch) | |
tree | 075fe4eb7d974be109cbb0d34dc5fc2a408c6d3d | |
parent | 70ea5da64b34336bb0916f6c325545cb50746159 (diff) |
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 <psychon@znc.in>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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) |