diff options
author | Markus Volk <f_l_k@t-online.de> | 2025-07-10 13:18:24 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-10 10:46:23 -0700 |
commit | 222064c3ad41130703708455820aedd3deeb372f (patch) | |
tree | 8a69461684f19764bf730ffc8fea5da96c67a864 | |
parent | 473d0b27a3a034be6aa989a0a58f4b645862daa1 (diff) | |
download | meta-openembedded-222064c3ad41130703708455820aedd3deeb372f.tar.gz |
glm: allow to build wih cmake 4
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb b/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb index e6fd0edd21..f18ae346a5 100644 --- a/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb +++ b/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb | |||
@@ -23,6 +23,8 @@ PV .= "+0.9.9.9+git" | |||
23 | 23 | ||
24 | inherit cmake | 24 | inherit cmake |
25 | 25 | ||
26 | EXTRA_OECMAKE = "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" | ||
27 | |||
26 | do_install() { | 28 | do_install() { |
27 | install -d ${D}${includedir} ${D}${docdir}/glm ${D}${libdir}/pkgconfig ${D}${libdir}/cmake/glm | 29 | install -d ${D}${includedir} ${D}${docdir}/glm ${D}${libdir}/pkgconfig ${D}${libdir}/cmake/glm |
28 | cp -R --no-dereference --preserve=mode,links ${S}/glm ${D}${includedir} | 30 | cp -R --no-dereference --preserve=mode,links ${S}/glm ${D}${includedir} |