[oe-commits] Martin Jansa : gstreamer1.0-plugins-good: add libxfixes and libxdamange to x11 depends

git at git.openembedded.org git at git.openembedded.org
Sun May 11 12:15:31 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 23521fccb122b64f3469d46176f73fe476b0dfc5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=23521fccb122b64f3469d46176f73fe476b0dfc5

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Sun May 11 08:48:10 2014 +0200

gstreamer1.0-plugins-good: add libxfixes and libxdamange to x11 depends

* fixes following issue in test-dependencies report:
  gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-ximagesrc/latest lost dependency on  libxdamage

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
index 5e313ef..b73bcd0 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
@@ -14,7 +14,7 @@ PACKAGECONFIG ??= " \
     orc cairo flac gdk-pixbuf jpeg libpng soup speex taglib \
     "
 
-X11DEPENDS = "virtual/libx11 libsm libxrender"
+X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage"
 X11ENABLEOPTS = "--enable-x --enable-xvideo --enable-xshm"
 X11DISABLEOPTS = "--disable-x --disable-xvideo --disable-xshm"
 PACKAGECONFIG[x11]        = "${X11ENABLEOPTS},${X11DISABLEOPTS},${X11DEPENDS}"



More information about the Openembedded-commits mailing list