[vlc-devel] commit: Revert "xcb: as we require version 1.3, let' s at least test in configure for it too." ( Rémi Denis-Courmont )

git version control git at videolan.org
Mon Jun 22 19:35:38 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Jun 22 20:35:38 2009 +0300| [2cc3c9750ffed86e5ccedba5f4b900a515cf992e] | committer: Rémi Denis-Courmont 

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

This reverts commit 4a6e2de24341848c5592bf67ad4377d624d6f997.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2cc3c9750ffed86e5ccedba5f4b900a515cf992e
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6860863..2854f14 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 >= 1.3])
+  PKG_CHECK_MODULES(XCB, [xcb])
   PKG_CHECK_MODULES(XCB_SHM, [xcb-shm])
   VLC_ADD_PLUGIN([xcb])
   VLC_ADD_PLUGIN([xcb_screen])




More information about the vlc-devel mailing list