[vlc-devel] commit: xcb: as we require version 1.3, let' s at least test in configure for it too. (Dominique Leuenberger )
git version control
git at videolan.org
Sun Jun 21 18:57:32 CEST 2009
vlc | branch: master | Dominique Leuenberger <dominique at leuenberger.net> | Fri Jun 19 16:56:02 2009 +0200| [4a6e2de24341848c5592bf67ad4377d624d6f997] | committer: JP Dinger
xcb: as we require version 1.3, let's at least test in configure for it too.
Signed-off-by: JP Dinger <jpd at videolan.org>
(If at all possible, we should reduce the requirements instead.)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4a6e2de24341848c5592bf67ad4377d624d6f997
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 2854f14..6860863 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
More information about the vlc-devel
mailing list