aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/mesa
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-11-01 17:48:07 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-11-18 23:11:35 +0100
commit8846c4242ee587db15ead2a9d067bdd5dda1a6ab (patch)
tree7d6b60cc909276251fc9150a8fcb7d53cbcfcd2a /meta-oe/recipes-graphics/mesa
parent6c2a235545839b1ae6e9940cafe2b6617a57a344 (diff)
downloadmeta-openembedded-contrib-8846c4242ee587db15ead2a9d067bdd5dda1a6ab.tar.gz
mesa-glut: add Mesa's OpenGL Utility Toolkit implementation
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/mesa')
-rw-r--r--meta-oe/recipes-graphics/mesa/mesa-glut_8.0.1.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/mesa/mesa-glut_8.0.1.bb b/meta-oe/recipes-graphics/mesa/mesa-glut_8.0.1.bb
new file mode 100644
index 0000000000..7006b41258
--- /dev/null
+++ b/meta-oe/recipes-graphics/mesa/mesa-glut_8.0.1.bb
@@ -0,0 +1,14 @@
+SUMMARY = "OpenGL Utility Toolkit"
+LICENSE = "Kilgard"
+LIC_FILES_CHKSUM = "file://include/GL/glut.h;md5=4aab626c830aed79d7b2e5a76dfa2dd6;startline=4;endline=8"
+
+SRC_URI = "git://anongit.freedesktop.org/mesa/glut"
+
+SRCREV = "ee89e9aeb49604b036e06f1df6478d32006b30cd"
+PV = "8.0.0+git${SRCPV}"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+
+DEPENDS = "virtual/libx11 libxmu libxi virtual/libgl libglu"