diff options
author | Jose Quaresma <quaresma.jose@gmail.com> | 2021-01-24 18:26:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-29 15:59:40 +0000 |
commit | e45227cb2c9e8506a35cb9c97a867e50c4d70962 (patch) | |
tree | b8579056cc590958ab0725760ffcc0982f4fa0a5 /meta/recipes-graphics/shaderc | |
parent | ba50c395648834707d719f8de10d6ebdd47d32a8 (diff) | |
download | poky-e45227cb2c9e8506a35cb9c97a867e50c4d70962.tar.gz |
shaderc: add spirv-headers as dependencie
(From OE-Core rev: 32007e42f7174b9ab90ff2c5ae79933e2cb83137)
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/shaderc')
-rw-r--r-- | meta/recipes-graphics/shaderc/shaderc_2020.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/shaderc/shaderc_2020.4.bb b/meta/recipes-graphics/shaderc/shaderc_2020.4.bb index 18a08ee6c5..8658a5737b 100644 --- a/meta/recipes-graphics/shaderc/shaderc_2020.4.bb +++ b/meta/recipes-graphics/shaderc/shaderc_2020.4.bb | |||
@@ -15,7 +15,7 @@ S = "${WORKDIR}/git" | |||
15 | 15 | ||
16 | inherit cmake python3native | 16 | inherit cmake python3native |
17 | 17 | ||
18 | DEPENDS = "spirv-tools glslang" | 18 | DEPENDS = "spirv-headers spirv-tools glslang" |
19 | 19 | ||
20 | EXTRA_OECMAKE = " \ | 20 | EXTRA_OECMAKE = " \ |
21 | -DCMAKE_BUILD_TYPE=Release \ | 21 | -DCMAKE_BUILD_TYPE=Release \ |