diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2014-05-11 08:48:10 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-11 13:15:12 +0100 |
commit | 155e55e00caf7fa567b0ac8f4f43b68c78e74fdf (patch) | |
tree | 8964a3fe3b7b77f71591c6bd9c041066eb71035d | |
parent | ec47185bafb0e303f4c9ff86c551a861df0961c7 (diff) | |
download | poky-155e55e00caf7fa567b0ac8f4f43b68c78e74fdf.tar.gz |
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
(From OE-Core rev: 23521fccb122b64f3469d46176f73fe476b0dfc5)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc index 5e313ef378..b73bcd06e7 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 ??= " \ | |||
14 | orc cairo flac gdk-pixbuf jpeg libpng soup speex taglib \ | 14 | orc cairo flac gdk-pixbuf jpeg libpng soup speex taglib \ |
15 | " | 15 | " |
16 | 16 | ||
17 | X11DEPENDS = "virtual/libx11 libsm libxrender" | 17 | X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage" |
18 | X11ENABLEOPTS = "--enable-x --enable-xvideo --enable-xshm" | 18 | X11ENABLEOPTS = "--enable-x --enable-xvideo --enable-xshm" |
19 | X11DISABLEOPTS = "--disable-x --disable-xvideo --disable-xshm" | 19 | X11DISABLEOPTS = "--disable-x --disable-xvideo --disable-xshm" |
20 | PACKAGECONFIG[x11] = "${X11ENABLEOPTS},${X11DISABLEOPTS},${X11DEPENDS}" | 20 | PACKAGECONFIG[x11] = "${X11ENABLEOPTS},${X11DISABLEOPTS},${X11DEPENDS}" |