Commit 4a6e2de2 authored by Dominique Leuenberger's avatar Dominique Leuenberger Committed by JP Dinger

xcb: as we require version 1.3, let's at least test in configure for it too.

Signed-off-by: default avatarJP Dinger <jpd@videolan.org>
	(If at all possible, we should reduce the requirements instead.)
parent fe5ba7a2
......@@ -4064,7 +4064,7 @@ AS_IF([test "${enable_xcb}" != "no"], [
PKG_CHECK_MODULES(XPROTO, [xproto])
dnl libxcb
PKG_CHECK_MODULES(XCB, [xcb])
PKG_CHECK_MODULES(XCB, [xcb >= 1.3])
PKG_CHECK_MODULES(XCB_SHM, [xcb-shm])
VLC_ADD_PLUGIN([xcb])
VLC_ADD_PLUGIN([xcb_screen])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment