[oe-commits] Paul Menzel : libplayer: Add `virtual/libx11` and `libxcb` to `DEPENDS`.

git version control git at git.openembedded.org
Wed Apr 7 08:53:23 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: af90114c5e3ae9e7dc9cc8abd0612db7ffe1f947
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=af90114c5e3ae9e7dc9cc8abd0612db7ffe1f947

Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Fri Apr  2 05:41:16 2010 +0000

libplayer: Add `virtual/libx11` and `libxcb` to `DEPENDS`.

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 <paulepanter at users.sourceforge.net>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/libplayer/libplayer.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/libplayer/libplayer.inc b/recipes/libplayer/libplayer.inc
index a986a21..823e4b5 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}"
 





More information about the Openembedded-commits mailing list