From: Jose Quaresma Date: Sun, 24 Jan 2021 18:07:56 +0000 (+0000) Subject: glslang: enable shared libs X-Git-Tag: uninative-2.10~73 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3355367f339c36161aced3e9fcbc38bca7915ada;p=openembedded-core.git glslang: enable shared libs Signed-off-by: Jose Quaresma Signed-off-by: Richard Purdie --- 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" inherit cmake python3native +EXTRA_OECMAKE = " \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_SHARED_LIBS=ON \ + -DENABLE_CTEST=OFF \ + -DBUILD_EXTERNAL=OFF \ +" + +SOLIBSDEV = "glslang.so" +FILES_${PN} += "${libdir}/*.so" + BBCLASSEXTEND = "native nativesdk"