diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-08-14 13:18:45 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-16 11:14:12 +0100 |
commit | a3c58aaeb84c711431e78458afabed2f7054d937 (patch) | |
tree | 194f21f795fe78d58a4fc98c036a9e6246619813 /meta/recipes-multimedia/gstreamer | |
parent | 483abbe91c1320d6c6e3e7a5824de80e427aa50e (diff) | |
download | openembedded-core-a3c58aaeb84c711431e78458afabed2f7054d937.tar.gz openembedded-core-a3c58aaeb84c711431e78458afabed2f7054d937.tar.bz2 openembedded-core-a3c58aaeb84c711431e78458afabed2f7054d937.zip |
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@gmail.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 213e799558..4474e1efc0 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 |