diff options
author | Keith Packard <keithp@keithp.com> | 2013-11-07 05:20:06 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-11-07 14:02:37 -0800 |
commit | 93d733e85ded5e92292d36fc7025f0c8ff7b1167 (patch) | |
tree | 24dd137b26e1e23a432ac3a8a9a1b736027f0ae2 | |
parent | 79019541e7c56ddfc3828b7bf96e6e5d3cf81c56 (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 54cda2f..82b3676 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) |