Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 1 | SUMMARY = "OpenGL Mathematics Library" |
| 2 | DESCRIPTION = "OpenGL Mathematics (GLM) is a header only C++ \ |
| 3 | mathematics library for graphics software based on the OpenGL \ |
| 4 | Shading Language (GLSL) specifications." |
| 5 | HOMEPAGE = "https://glm.g-truc.net" |
| 6 | BUGTRACKER = "https://github.com/g-truc/glm/issues" |
| 7 | SECTION = "libs" |
| 8 | LICENSE = "MIT" |
| 9 | LIC_FILES_CHKSUM = "file://readme.md;beginline=21;endline=22;md5=3075b5727d36f29edccf97b93e72b790" |
| 10 | |
| 11 | SRC_URI = " \ |
| 12 | git://github.com/g-truc/glm;branch=master \ |
| 13 | " |
| 14 | # v0.9.9.5 |
| 15 | SRCREV = "d162eee1e6f7c317a09229fe6ceab8ec6ab9a4b4" |
| 16 | |
| 17 | S = "${WORKDIR}/git" |
| 18 | |
| 19 | inherit cmake |
| 20 | |
| 21 | RDEPENDS_${PN}-dev = "" |
| 22 | |
| 23 | BBCLASSEXTEND = "native" |