mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2026-05-09 04:48:06 +02:00
libXau didn't have a correct pkg-config file until 0.99.2: fail if an older version is found.
This commit is contained in:
parent
3360d0c79e
commit
05d23a724d
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ AC_SUBST(HTML_CHECK_RESULT)
|
|||
|
||||
# Checks for pkg-config packages
|
||||
PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.0)
|
||||
NEEDED="xau pthread-stubs"
|
||||
NEEDED="pthread-stubs xau >= 0.99.2"
|
||||
PKG_CHECK_MODULES(NEEDED, $NEEDED)
|
||||
|
||||
PKG_CHECK_MODULES(XDMCP, xdmcp,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue