[vlc-commits] Contribs: require xcb on Linux

Jean-Baptiste Kempf git at videolan.org
Tue Jun 28 23:47:55 CEST 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jun 28 23:31:36 2016 +0200| [ddfc8630f39f3a6a9078ba940569fbcdbdd81236] | committer: Jean-Baptiste Kempf

Contribs: require xcb on Linux

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

 contrib/src/xcb/rules.mak |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/contrib/src/xcb/rules.mak b/contrib/src/xcb/rules.mak
index 2b4c9c7..48764a6 100644
--- a/contrib/src/xcb/rules.mak
+++ b/contrib/src/xcb/rules.mak
@@ -3,6 +3,10 @@
 XCB_VERSION := 1.9
 XCB_URL := http://xcb.freedesktop.org/dist/libxcb-$(XCB_VERSION).tar.bz2
 
+ifdef HAVE_LINUX
+PKGS += xcb
+endif
+
 ifeq ($(call need_pkg,"xcb >= 1.6 xcb-shm xcb-composite xcb-xv >= 1.1.90.1"),)
 # xcb-randr >= 1.3 is not that useful
 PKGS_FOUND += xcb



More information about the vlc-commits mailing list