Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -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" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 7 | SECTION = "libs" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 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 | file://0001-Make-GLM_ENABLE_EXPERIMENTAL-a-configurable-option.patch \ |
| 14 | file://0002-glm-install-headers-only.patch \ |
| 15 | " |
| 16 | SRCREV = "fcbedf5058ef8613dd02aac62ef00d55dcfeadd7" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 17 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 18 | S = "${WORKDIR}/git" |
| 19 | |
| 20 | inherit cmake |
| 21 | |
| 22 | EXTRA_OECMAKE = "-DGLM_ENABLE_EXPERIMENTAL=ON" |
| 23 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 24 | RDEPENDS_${PN}-dev = "" |
| 25 | |
| 26 | BBCLASSEXTEND = "native" |