mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 19:39:40 +01:00
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:
committed by
Richard Purdie
parent
b5c2294c3a
commit
f0f50a9783
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user