diff options
author | Uli Schlachter <psychon@znc.in> | 2016-05-14 10:33:54 +0200 |
---|---|---|
committer | Uli Schlachter <psychon@znc.in> | 2016-05-14 10:33:54 +0200 |
commit | b11fca06f75b26b94e3f1d3e3c3954d365f80759 (patch) | |
tree | deb8df1e8f7012e951fe25fa8369f072c3de93e8 | |
parent | 095353ff1a4f611922dfc4c98b0c4bd55d9f6d4f (diff) |
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 <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 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) |