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:32 +0100 |
commit | 78dfc4505a996bfacfb0938c98eb92b1a3637133 (patch) | |
tree | 7af9ed047e50c5c7816a11931dc76313a936c0bd /meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb | |
parent | 5314bd311cb789f64695021c558247b8f43f752b (diff) | |
download | poky-78dfc4505a996bfacfb0938c98eb92b1a3637133.tar.gz |
gst-plugins-gl: add dependency on glew
* fails without:
| ./gstglshader.h:30:21: fatal error: GL/glew.h: No such file or directory
(From OE-Core rev: a3c58aaeb84c711431e78458afabed2f7054d937)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb')
-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 | |||
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 libpng" | 11 | DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg libpng glew" |
12 | 12 | ||
13 | inherit gettext gconf | 13 | inherit gettext gconf |
14 | 14 | ||