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-16 11:18:08 +0100 |
commit | c3b1cbb04e9a1b0ad4abf3d8eb1bca77d5c90fe5 (patch) | |
tree | a60b0de6fc23cb4445e7cfc774bcc390e20743ca | |
parent | ecfe97741fc93dd856e424492d5ade4902671c7f (diff) | |
download | poky-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>
-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 | ||