]> code.ossystems Code Review - openembedded-core.git/commit
glslang: add receipe
authorJose Quaresma <quaresma.jose@gmail.com>
Mon, 26 Oct 2020 11:39:03 +0000 (11:39 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Oct 2020 12:37:53 +0000 (12:37 +0000)
commit1cd89eccd7db79eb9bdc67b620daf138e22391a4
treef21510a0cb1e2e118917c02447536afb48b25c2e
parentffcab997dd504922b4b55c78a88b97063668e42a
glslang: add receipe

Glslang is the official reference compiler front end for the
OpenGL ES and OpenGL shading languages. It implements a strict interpretation
of the specifications for these languages. It is open and free for anyone to use,
either from a command line or programmatically.

This receipe is needed to build the new shaderc

Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/glslang/glslang_8.13.3559.bb [new file with mode: 0644]