diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-10-24 13:52:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-27 09:44:58 +0100 |
commit | 115076c0d8fa0e9f100136b8f060e59d978c4fca (patch) | |
tree | 3b89e5122eab19f039ffafe124740f5221b2a032 | |
parent | 5bef184eb63e41a2b25e9967a335e03655ae4bc8 (diff) | |
download | poky-115076c0d8fa0e9f100136b8f060e59d978c4fca.tar.gz |
gst-meta-base: include ximagesink plugin when x11 is a feature
(From OE-Core rev: 6e44bf71fd4645ea09b3e34b907b17e92b5225e3)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb index 1788104431..2fb39d57b7 100644 --- a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb +++ b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | |||
@@ -5,10 +5,11 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
5 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 5 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
6 | 6 | ||
7 | 7 | ||
8 | PR = "r10" | 8 | PR = "r11" |
9 | 9 | ||
10 | PACKAGES = "\ | 10 | PACKAGES = "\ |
11 | gst-meta-base \ | 11 | gst-meta-base \ |
12 | gst-meta-x11-base \ | ||
12 | gst-meta-audio \ | 13 | gst-meta-audio \ |
13 | gst-meta-debug \ | 14 | gst-meta-debug \ |
14 | gst-meta-video" | 15 | gst-meta-video" |
@@ -23,7 +24,6 @@ RDEPENDS_gst-meta-base = "\ | |||
23 | gst-plugins-base-gio \ | 24 | gst-plugins-base-gio \ |
24 | gst-plugins-base-alsa \ | 25 | gst-plugins-base-alsa \ |
25 | gst-plugins-base-volume \ | 26 | gst-plugins-base-volume \ |
26 | gst-plugins-base-ximagesink \ | ||
27 | gst-plugins-base-audioconvert \ | 27 | gst-plugins-base-audioconvert \ |
28 | gst-plugins-base-audioresample \ | 28 | gst-plugins-base-audioresample \ |
29 | gst-plugins-base-typefindfunctions \ | 29 | gst-plugins-base-typefindfunctions \ |
@@ -32,6 +32,7 @@ RDEPENDS_gst-meta-base = "\ | |||
32 | gst-plugins-good-autodetect \ | 32 | gst-plugins-good-autodetect \ |
33 | gst-plugins-good-souphttpsrc" | 33 | gst-plugins-good-souphttpsrc" |
34 | 34 | ||
35 | RDEPENDS_gst-meta-x11-base = "${@base_contains('DISTRO_FEATURES', 'x11', 'gst-plugins-base-ximagesink', '', d)}" | ||
35 | 36 | ||
36 | RDEPENDS_gst-meta-audio = "\ | 37 | RDEPENDS_gst-meta-audio = "\ |
37 | gst-meta-base \ | 38 | gst-meta-base \ |