summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2013-07-30 14:01:07 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-16 11:18:08 +0100
commitc3b1cbb04e9a1b0ad4abf3d8eb1bca77d5c90fe5 (patch)
treea60b0de6fc23cb4445e7cfc774bcc390e20743ca /meta
parentecfe97741fc93dd856e424492d5ade4902671c7f (diff)
downloadpoky-c3b1cbb04e9a1b0ad4abf3d8eb1bca77d5c90fe5.tar.gz
gst-plugins-gl: add explicit dependency on libpng
(From OE-Core master rev: 2cd01fdc26ee4f444635ad8e9d3956b9e764dc82) (From OE-Core rev: ae8f56fbc6f40a42c357f95611b4dad04025e786) Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb
index a6c74fb788..213e799558 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "48340b6a4b8abce16344a7bc33e74a94fdcce4f57ef6342cdf2f941c42
8 8
9SRC_URI += " file://0001-conditional-gl-framebuffer-undefined-use.patch" 9SRC_URI += " file://0001-conditional-gl-framebuffer-undefined-use.patch"
10 10
11DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg" 11DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg libpng"
12 12
13inherit gettext gconf 13inherit gettext gconf
14 14