Require xcb proto version 1.9
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
79019541e7
commit
93d733e85d
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue