mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2025-12-28 07:20:09 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ fi
|
||||||
AC_SUBST(HTML_CHECK_RESULT)
|
AC_SUBST(HTML_CHECK_RESULT)
|
||||||
|
|
||||||
# Checks for pkg-config packages
|
# 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"
|
NEEDED="xau >= 0.99.2"
|
||||||
case $host_os in
|
case $host_os in
|
||||||
linux*|darwin*|solaris*|dragonfly*|freebsd*) ;;
|
linux*|darwin*|solaris*|dragonfly*|freebsd*) ;;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue