blob: 7f16708edb18c5e3b14f0078586fb88561e49be2 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -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"
Brad Bishop316dfdd2018-06-25 12:45:53 -04007SECTION = "libs"
Brad Bishop316dfdd2018-06-25 12:45:53 -04008LICENSE = "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 file://0001-Make-GLM_ENABLE_EXPERIMENTAL-a-configurable-option.patch \
14 file://0002-glm-install-headers-only.patch \
15"
16SRCREV = "fcbedf5058ef8613dd02aac62ef00d55dcfeadd7"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080017
Brad Bishop316dfdd2018-06-25 12:45:53 -040018S = "${WORKDIR}/git"
19
20inherit cmake
21
22EXTRA_OECMAKE = "-DGLM_ENABLE_EXPERIMENTAL=ON"
23
Brad Bishop316dfdd2018-06-25 12:45:53 -040024RDEPENDS_${PN}-dev = ""
25
26BBCLASSEXTEND = "native"