From af90114c5e3ae9e7dc9cc8abd0612db7ffe1f947 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 2 Apr 2010 05:41:16 +0000 Subject: libplayer: Add `virtual/libx11` and `libxcb` to `DEPENDS`. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without those dependencies libplayer would not work with MPlayer and complain. »libplayer is not compiled with X11 support« [1] [1] http://hg.geexbox.org/libplayer/file/4fb30e64db79/src/wrapper_mplayer.c#l2669 Signed-off-by: Paul Menzel Signed-off-by: Martin Jansa --- recipes/libplayer/libplayer.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/libplayer') diff --git a/recipes/libplayer/libplayer.inc b/recipes/libplayer/libplayer.inc index a986a211ed..823e4b5dd7 100644 --- a/recipes/libplayer/libplayer.inc +++ b/recipes/libplayer/libplayer.inc @@ -2,9 +2,9 @@ DESCRIPTION = "libplayer is a multimedia A/V abstraction layer API. Its goal is HOMEPAGE = "http://libplayer.geexbox.org/" SECTION = "libs/multimedia" LICENSE = "LGPLv2.1+" -DEPENDS = "mplayer gstreamer" +DEPENDS = "virtual/libx11 libxcb mplayer gstreamer" -INC_PR = "r0" +INC_PR = "r1" SRC_URI = "http://libplayer.geexbox.org/releases/${P}.tar.bz2;name=${PN}" -- cgit 1.2.3-korg