diff options
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | 7 |
1 files changed, 5 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 2fb39d57b7..21243c66ca 100644 --- a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb +++ b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | |||
| @@ -5,7 +5,7 @@ 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 = "r11" | 8 | PR = "r12" |
| 9 | 9 | ||
| 10 | PACKAGES = "\ | 10 | PACKAGES = "\ |
| 11 | gst-meta-base \ | 11 | gst-meta-base \ |
| @@ -17,6 +17,7 @@ PACKAGES = "\ | |||
| 17 | ALLOW_EMPTY = "1" | 17 | ALLOW_EMPTY = "1" |
| 18 | 18 | ||
| 19 | RDEPENDS_gst-meta-base = "\ | 19 | RDEPENDS_gst-meta-base = "\ |
| 20 | ${@base_contains('DISTRO_FEATURES', 'x11', 'gst-meta-x11-base', '', d)} \ | ||
| 20 | gstreamer \ | 21 | gstreamer \ |
| 21 | gst-plugins-base-playbin \ | 22 | gst-plugins-base-playbin \ |
| 22 | gst-plugins-base-decodebin \ | 23 | gst-plugins-base-decodebin \ |
| @@ -32,7 +33,9 @@ RDEPENDS_gst-meta-base = "\ | |||
| 32 | gst-plugins-good-autodetect \ | 33 | gst-plugins-good-autodetect \ |
| 33 | gst-plugins-good-souphttpsrc" | 34 | gst-plugins-good-souphttpsrc" |
| 34 | 35 | ||
| 35 | RDEPENDS_gst-meta-x11-base = "${@base_contains('DISTRO_FEATURES', 'x11', 'gst-plugins-base-ximagesink', '', d)}" | 36 | RDEPENDS_gst-meta-x11-base = "\ |
| 37 | gst-plugins-base-ximagesink \ | ||
| 38 | gst-plugins-base-xvimagesink" | ||
| 36 | 39 | ||
| 37 | RDEPENDS_gst-meta-audio = "\ | 40 | RDEPENDS_gst-meta-audio = "\ |
| 38 | gst-meta-base \ | 41 | gst-meta-base \ |
