summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/gli/gli_0.8.4.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/gli/gli_0.8.4.0.bb')
-rw-r--r--recipes-graphics/gli/gli_0.8.4.0.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-graphics/gli/gli_0.8.4.0.bb b/recipes-graphics/gli/gli_0.8.4.0.bb
new file mode 100644
index 000000000..14d6a75ed
--- /dev/null
+++ b/recipes-graphics/gli/gli_0.8.4.0.bb
@@ -0,0 +1,22 @@
1SUMMARY = "OpenGL Image Library"
2DESCRIPTION = "OpenGL Image (GLI) is a header only C++ \
3image library for graphics software."
4HOMEPAGE = "http://gli.g-truc.net"
5BUGTRACKER = "https://github.com/g-truc/gli/issues"
6
7SECTION = "libs"
8
9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://readme.md;beginline=19;endline=20;md5=ab03b667ee630c1abb1add70365a50fb"
11
12SRC_URI = " \
13 git://github.com/g-truc/gli;protocol=https;branch=master \
14"
15SRCREV = "0c171ee87fcfe35a7e0e0445adef06f92e0b6a91"
16
17inherit cmake
18
19# This is a header-only library, so the main package will be empty.
20ALLOW_EMPTY:${PN} = "1"
21
22BBCLASSEXTEND = "native"