mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 05:39:39 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
5314bd311c
commit
78dfc4505a
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user