diff options
author | Keith Packard <keithp@keithp.com> | 2013-11-07 05:20:06 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-11-07 13:32:46 -0800 |
commit | 53087b12e2e0e523470bc126c14068525cd3e2cf (patch) | |
tree | 618eb5b62e3702c446428c4770f88dd40a256191 | |
parent | 568cf48f00441c834ed78375f13e7846c57312e9 (diff) |
Require xcb proto version 1.9
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1906174..330cdf4 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.7) +PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.9) NEEDED="pthread-stubs xau >= 0.99.2" PKG_CHECK_MODULES(NEEDED, $NEEDED) |