summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb2
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
24inherit cmake 24inherit cmake
25 25
26EXTRA_OECMAKE = "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
27
26do_install() { 28do_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}