summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/glm/glm_0.9.8.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/glm/glm_0.9.8.5.bb')
-rw-r--r--meta-oe/recipes-graphics/glm/glm_0.9.8.5.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/glm/glm_0.9.8.5.bb b/meta-oe/recipes-graphics/glm/glm_0.9.8.5.bb
new file mode 100644
index 000000000..a174f2af0
--- /dev/null
+++ b/meta-oe/recipes-graphics/glm/glm_0.9.8.5.bb
@@ -0,0 +1,22 @@
1SUMMARY = "OpenGL Mathematics Library"
2DESCRIPTION = "OpenGL Mathematics (GLM) is a header only C++ \
3mathematics library for graphics software based on the OpenGL \
4Shading Language (GLSL) specifications."
5HOMEPAGE = "https://glm.g-truc.net"
6BUGTRACKER = "https://github.com/g-truc/glm/issues"
7
8SECTION = "libs"
9
10LICENSE = "MIT"
11LIC_FILES_CHKSUM = "file://copying.txt;md5=4431606d144252143c9c3df384a74cad"
12
13SRC_URI = "git://github.com/g-truc/glm;branch=0.9.8"
14SRCREV = "6fa203eeb7fbcbb6f620501fad40359c8a456049"
15S = "${WORKDIR}/git"
16
17inherit cmake
18
19FILES_${PN}-dev += "${libdir}/cmake"
20RDEPENDS_${PN}-dev = ""
21
22BBCLASSEXTEND = "native"