]> git.sesse.net Git - vlc/commitdiff
xcb: as we require version 1.3, let's at least test in configure for it too.
authorDominique Leuenberger <dominique@leuenberger.net>
Fri, 19 Jun 2009 14:56:02 +0000 (16:56 +0200)
committerJP Dinger <jpd@videolan.org>
Sun, 21 Jun 2009 16:56:56 +0000 (18:56 +0200)
Signed-off-by: JP Dinger <jpd@videolan.org>
(If at all possible, we should reduce the requirements instead.)

configure.ac

index 2854f14bc80b5d47cd646645286a804ec213c379..68608635aafa66497cd94beaa5a96fbb830a4b71 100644 (file)
@@ -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])