diff options
author | Gilbert Coville <gilbert_coville@mentor.com> | 2012-11-20 16:34:11 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-25 21:36:42 +0000 |
commit | 99e0053a643ca3f71eb9ddd5d03b0023851284c9 (patch) | |
tree | 515c3217d5e3bf1e3ce5989028bfbb65811059cf /meta/recipes-multimedia | |
parent | 6944a3bd58cc163c64df0d0d681db99d75c88419 (diff) | |
download | poky-99e0053a643ca3f71eb9ddd5d03b0023851284c9.tar.gz |
gst-plugins-base: add dep on libsm and libice
If libICE exists when this package configures, libICE and libSM are
added to the list of included libraries. Adding libsm and libice to the
list of dependencies ensures they'll be present and makes the contents
of this package more deterministic.
(From OE-Core rev: 0d8adb1b57bf435f888c9357d40d1e2dae10d07f)
Signed-off-by: Gilbert Coville <gilbert_coville@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb index 88fa74d7d2..2648864b97 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | |||
6 | file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \ | 6 | file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \ |
7 | file://gst/ffmpegcolorspace/utils.c;beginline=1;endline=20;md5=9c83a200b8e597b26ca29df20fc6ecd0" | 7 | file://gst/ffmpegcolorspace/utils.c;beginline=1;endline=20;md5=9c83a200b8e597b26ca29df20fc6ecd0" |
8 | 8 | ||
9 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxv', '', d)}" | 9 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxv libsm libice', '', d)}" |
10 | DEPENDS += "alsa-lib freetype liboil libogg libvorbis libtheora util-linux tremor" | 10 | DEPENDS += "alsa-lib freetype liboil libogg libvorbis libtheora util-linux tremor" |
11 | 11 | ||
12 | SRC_URI += "file://gst-plugins-base-tremor.patch \ | 12 | SRC_URI += "file://gst-plugins-base-tremor.patch \ |
@@ -15,7 +15,7 @@ SRC_URI += "file://gst-plugins-base-tremor.patch \ | |||
15 | SRC_URI[md5sum] = "776c73883e567f67b9c4a2847d8d041a" | 15 | SRC_URI[md5sum] = "776c73883e567f67b9c4a2847d8d041a" |
16 | SRC_URI[sha256sum] = "2cd3b0fa8e9b595db8f514ef7c2bdbcd639a0d63d154c00f8c9b609321f49976" | 16 | SRC_URI[sha256sum] = "2cd3b0fa8e9b595db8f514ef7c2bdbcd639a0d63d154c00f8c9b609321f49976" |
17 | 17 | ||
18 | PR = "r5" | 18 | PR = "r6" |
19 | 19 | ||
20 | inherit gettext | 20 | inherit gettext |
21 | 21 | ||