diff options
author | Eric Nelson <eric.nelson@boundarydevices.com> | 2013-07-30 14:01:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-03 10:33:05 +0100 |
commit | 175cad52f7f42cb0c2131546fd7b583260ffa16b (patch) | |
tree | a32e3506bf60ac42a74068f42db694e7cedd3b48 /meta | |
parent | 48763e9e4a7bad0b1ab38abdadd60318484be3c6 (diff) | |
download | poky-175cad52f7f42cb0c2131546fd7b583260ffa16b.tar.gz |
gst-plugins-gl: add explicit dependency on libpng
(From OE-Core rev: 2cd01fdc26ee4f444635ad8e9d3956b9e764dc82)
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.bb | 2 |
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 | ||
9 | SRC_URI += " file://0001-conditional-gl-framebuffer-undefined-use.patch" | 9 | SRC_URI += " file://0001-conditional-gl-framebuffer-undefined-use.patch" |
10 | 10 | ||
11 | DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg" | 11 | DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg libpng" |
12 | 12 | ||
13 | inherit gettext gconf | 13 | inherit gettext gconf |
14 | 14 | ||