Bump xcb-proto requirement to 1.10
Makes sure we generate the new generic event struct. Signed-off-by: Julien Cristau <jcristau@debian.org>
This commit is contained in:
parent
a1299eb2a2
commit
ea4406a8e0
|
@ -41,7 +41,7 @@ fi
|
|||
AC_SUBST(HTML_CHECK_RESULT)
|
||||
|
||||
# Checks for pkg-config packages
|
||||
PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.9)
|
||||
PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.10)
|
||||
NEEDED="pthread-stubs xau >= 0.99.2"
|
||||
PKG_CHECK_MODULES(NEEDED, $NEEDED)
|
||||
|
||||
|
|
Loading…
Reference in New Issue