Bump xcb-proto requirement to 1.12
This is needed due to various changes that were done to the XML schema. Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
095353ff1a
commit
b11fca06f7
|
@ -50,7 +50,7 @@ fi
|
|||
AC_SUBST(HTML_CHECK_RESULT)
|
||||
|
||||
# Checks for pkg-config packages
|
||||
PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.11)
|
||||
PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.12)
|
||||
NEEDED="pthread-stubs xau >= 0.99.2"
|
||||
PKG_CHECK_MODULES(NEEDED, $NEEDED)
|
||||
|
||||
|
|
Loading…
Reference in New Issue