configure.ac: Require xcb-proto >= 1.16.0
Signed-off-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
038636786a
commit
1519334652
|
@ -50,7 +50,7 @@ fi
|
|||
AC_SUBST(HTML_CHECK_RESULT)
|
||||
|
||||
# Checks for pkg-config packages
|
||||
PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.15.1)
|
||||
PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.16.0)
|
||||
NEEDED="xau >= 0.99.2"
|
||||
case $host_os in
|
||||
linux*|darwin*|solaris*|dragonfly*|freebsd*) ;;
|
||||
|
|
Loading…
Reference in New Issue