From e45227cb2c9e8506a35cb9c97a867e50c4d70962 Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Sun, 24 Jan 2021 18:26:47 +0000 Subject: shaderc: add spirv-headers as dependencie (From OE-Core rev: 32007e42f7174b9ab90ff2c5ae79933e2cb83137) Signed-off-by: Jose Quaresma Signed-off-by: Richard Purdie --- meta/recipes-graphics/shaderc/shaderc_2020.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics') 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" inherit cmake python3native -DEPENDS = "spirv-tools glslang" +DEPENDS = "spirv-headers spirv-tools glslang" EXTRA_OECMAKE = " \ -DCMAKE_BUILD_TYPE=Release \ -- cgit v1.2.3-54-g00ecf