diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/glslang/glslang_11.1.0.bb | 10 |
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 | ||
16 | inherit cmake python3native | 16 | inherit cmake python3native |
17 | 17 | ||
18 | EXTRA_OECMAKE = " \ | ||
19 | -DCMAKE_BUILD_TYPE=Release \ | ||
20 | -DBUILD_SHARED_LIBS=ON \ | ||
21 | -DENABLE_CTEST=OFF \ | ||
22 | -DBUILD_EXTERNAL=OFF \ | ||
23 | " | ||
24 | |||
25 | SOLIBSDEV = "glslang.so" | ||
26 | FILES_${PN} += "${libdir}/*.so" | ||
27 | |||
18 | BBCLASSEXTEND = "native nativesdk" | 28 | BBCLASSEXTEND = "native nativesdk" |