blob: f367e4eae07a2e2175b94adfaa0c91636981ba0e [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001SUMMARY = "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"
7SECTION = "libs"
8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://readme.md;beginline=21;endline=22;md5=3075b5727d36f29edccf97b93e72b790"
10
11SRC_URI = " \
12 git://github.com/g-truc/glm;branch=master \
13"
14# v0.9.9.5
15SRCREV = "d162eee1e6f7c317a09229fe6ceab8ec6ab9a4b4"
16
17S = "${WORKDIR}/git"
18
19inherit cmake
20
21RDEPENDS_${PN}-dev = ""
22
23BBCLASSEXTEND = "native"