diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2014-08-27 16:47:02 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-28 15:11:10 +0100 |
commit | 413d5665cedd740125862e5eec5ca1f3b38b8363 (patch) | |
tree | 10117afb7ed7dc4536cb04515074856a6bb801a4 /meta | |
parent | a9790695e207ef989a691d97658d63b022144c7c (diff) | |
download | openembedded-core-413d5665cedd740125862e5eec5ca1f3b38b8363.tar.gz openembedded-core-413d5665cedd740125862e5eec5ca1f3b38b8363.tar.bz2 openembedded-core-413d5665cedd740125862e5eec5ca1f3b38b8363.zip |
gstreamer1.0-plugins-bad: Add DEPENDS on libpng
libpng is automatically linked to if present. This cannot be turned off.
Adding DEPENDS on libpng ensures that a proper dependency is established.
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc index b5fc2234d3..8a7c5c1d62 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc @@ -2,7 +2,7 @@ require gstreamer1.0-plugins.inc LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+ " -DEPENDS += "gstreamer1.0-plugins-base bzip2" +DEPENDS += "gstreamer1.0-plugins-base bzip2 libpng" S = "${WORKDIR}/gst-plugins-bad-${PV}" |