blob: a550a7315ee311df5f382c06163c694a803d5ae6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
SUMMARY = "OpenGL Mathematics"
HOMEPAGE = "http://glm.g-truc.net"
DESCRIPTION = "OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specifications."
LICENSE = "MIT"
SECTION = "multimedia"
inherit pkgconfig cmake
LIC_FILES_CHKSUM = " \
file://copying.txt;md5=6ba02d5f908587c6f3942e76bf6d92d6 \
"
ALLOW_EMPTY_${PN} = "1"
FILES_${PN}-dev += "/usr/lib/cmake/"
|