summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2021-01-27 11:52:32 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-29 15:59:33 +0000
commit94cea2b5f3091de0326c4d7322b45de2ce9fae3b (patch)
tree7d23b650638a15a050b42aae4b2ddbb2c1164bff /meta/recipes-graphics
parent3355367f339c36161aced3e9fcbc38bca7915ada (diff)
downloadopenembedded-core-contrib-94cea2b5f3091de0326c4d7322b45de2ce9fae3b.tar.gz
glslang: disable precompiled header
- precompiled headers have reproducible issues [1] [1] https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210125-3iawhiyz/packages/diff-html Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/glslang/glslang_11.1.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/glslang/glslang_11.1.0.bb b/meta/recipes-graphics/glslang/glslang_11.1.0.bb
index 5e53f02b1c..fe21dbcf50 100644
--- a/meta/recipes-graphics/glslang/glslang_11.1.0.bb
+++ b/meta/recipes-graphics/glslang/glslang_11.1.0.bb
@@ -18,6 +18,7 @@ inherit cmake python3native
EXTRA_OECMAKE = " \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_SHARED_LIBS=ON \
+ -DENABLE_PCH=OFF \
-DENABLE_CTEST=OFF \
-DBUILD_EXTERNAL=OFF \
"