summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2021-01-24 18:26:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-29 15:59:40 +0000
commite45227cb2c9e8506a35cb9c97a867e50c4d70962 (patch)
treeb8579056cc590958ab0725760ffcc0982f4fa0a5 /meta
parentba50c395648834707d719f8de10d6ebdd47d32a8 (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-graphics/shaderc/shaderc_2020.4.bb2
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
16inherit cmake python3native 16inherit cmake python3native
17 17
18DEPENDS = "spirv-tools glslang" 18DEPENDS = "spirv-headers spirv-tools glslang"
19 19
20EXTRA_OECMAKE = " \ 20EXTRA_OECMAKE = " \
21 -DCMAKE_BUILD_TYPE=Release \ 21 -DCMAKE_BUILD_TYPE=Release \