diff options
author | Eric Nelson <eric.nelson@boundarydevices.com> | 2013-07-30 14:01:07 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-08-01 21:57:53 -0700 |
commit | 2cd01fdc26ee4f444635ad8e9d3956b9e764dc82 (patch) | |
tree | 4a8abcb28280b647b03020f2699c7ff95357ce9d /meta/recipes-multimedia/gstreamer | |
parent | e14df11795a03da4bb36f5172edbf9ca7e8ba681 (diff) | |
download | openembedded-core-2cd01fdc26ee4f444635ad8e9d3956b9e764dc82.tar.gz openembedded-core-2cd01fdc26ee4f444635ad8e9d3956b9e764dc82.tar.bz2 openembedded-core-2cd01fdc26ee4f444635ad8e9d3956b9e764dc82.zip |
gst-plugins-gl: add explicit dependency on libpng
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-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 SRC_URI += " file://0001-conditional-gl-framebuffer-undefined-use.patch" -DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg" +DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg libpng" inherit gettext gconf |