diff options
author | Jose Quaresma <quaresma.jose@gmail.com> | 2021-01-24 18:07:56 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-29 15:59:40 +0000 |
commit | 23ff40324344c5279a6daace3bc52e676c1477ec (patch) | |
tree | 0c7bb1a6984f29c8eb149407eeecbc225f887f18 /meta | |
parent | 8cce2373f44c3b48285940b27d66660343543e24 (diff) | |
download | poky-23ff40324344c5279a6daace3bc52e676c1477ec.tar.gz |
glslang: enable shared libs
(From OE-Core rev: 3355367f339c36161aced3e9fcbc38bca7915ada)
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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" |