[oe-commits] Martin Jansa : gst-plugins-gl: add dependency on glew

git at git.openembedded.org git at git.openembedded.org
Fri Aug 16 10:04:30 UTC 2013


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

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Wed Aug 14 13:18:45 2013 +0200

gst-plugins-gl: add dependency on glew

* fails without:
  | ./gstglshader.h:30:21: fatal error: GL/glew.h: No such file or directory

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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 213e799..4474e1e 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 libpng"
+DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg libpng glew"
 
 inherit gettext gconf
 



More information about the Openembedded-commits mailing list