From: Martin Jansa Date: Sun, 11 May 2014 06:48:10 +0000 (+0200) Subject: gstreamer1.0-plugins-good: add libxfixes and libxdamange to x11 depends X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~33680 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23521fccb122b64f3469d46176f73fe476b0dfc5;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc index 5e313ef3786..b73bcd06e7f 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}"