Skip to content
Snippets Groups Projects
Commit dbf4f24a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

configure: bump XCB version requirement to 1.8

This is over 11 years old.
parent 0a2f9774
No related branches found
No related tags found
Loading
......@@ -3194,7 +3194,7 @@ AS_IF([test "${enable_xcb}" != "no"], [
xcb_err=""
dnl libxcb
PKG_CHECK_MODULES([XCB], [xcb >= 1.6],, [
PKG_CHECK_MODULES([XCB], [xcb >= 1.8],, [
xcb_err="$xcb_err ${XCB_PKG_ERRORS}."])
PKG_CHECK_MODULES([XCB_COMPOSITE], [xcb-composite],, [
xcb_err="$xcb_err ${XCB_COMPOSITE_PKG_ERRORS}."])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment