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.

(From OE-Core rev: 413d5665cedd740125862e5eec5ca1f3b38b8363)

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Carlos Rafael Giani
2014-08-27 16:47:02 +02:00
committed by Richard Purdie
parent b5c2294c3a
commit f0f50a9783

View File

@@ -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}"