[oe-commits] Eric Nelson : gst-plugins-gl: add explicit dependency on libpng

git at git.openembedded.org git at git.openembedded.org
Sat Aug 3 09:23:49 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 2cd01fdc26ee4f444635ad8e9d3956b9e764dc82
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2cd01fdc26ee4f444635ad8e9d3956b9e764dc82

Author: Eric Nelson <eric.nelson at boundarydevices.com>
Date:   Tue Jul 30 14:01:07 2013 -0700

gst-plugins-gl: add explicit dependency on libpng

Signed-off-by: Eric Nelson <eric.nelson at boundarydevices.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../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 a6c74fb..213e799 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
 



More information about the Openembedded-commits mailing list