summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/glslang/glslang_11.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/glslang/glslang_11.1.0.bb')
-rw-r--r--meta/recipes-graphics/glslang/glslang_11.1.0.bb10
1 files changed, 10 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 f1cc966b2a..5e53f02b1c 100644
--- a/meta/recipes-graphics/glslang/glslang_11.1.0.bb
+++ b/meta/recipes-graphics/glslang/glslang_11.1.0.bb
@@ -15,4 +15,14 @@ S = "${WORKDIR}/git"
15 15
16inherit cmake python3native 16inherit cmake python3native
17 17
18EXTRA_OECMAKE = " \
19 -DCMAKE_BUILD_TYPE=Release \
20 -DBUILD_SHARED_LIBS=ON \
21 -DENABLE_CTEST=OFF \
22 -DBUILD_EXTERNAL=OFF \
23"
24
25SOLIBSDEV = "glslang.so"
26FILES_${PN} += "${libdir}/*.so"
27
18BBCLASSEXTEND = "native nativesdk" 28BBCLASSEXTEND = "native nativesdk"