[oe-commits] Ross Burton : mesa-glut: add Mesa's OpenGL Utility Toolkit implementation

git at git.openembedded.org git at git.openembedded.org
Mon Nov 18 22:16:49 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 8846c4242ee587db15ead2a9d067bdd5dda1a6ab
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=8846c4242ee587db15ead2a9d067bdd5dda1a6ab

Author: Ross Burton <ross.burton at intel.com>
Date:   Fri Nov  1 17:48:07 2013 +0000

mesa-glut: add Mesa's OpenGL Utility Toolkit implementation

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/licenses/Kilgard                         |  5 +++++
 meta-oe/recipes-graphics/mesa/mesa-glut_8.0.1.bb | 14 ++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/meta-oe/licenses/Kilgard b/meta-oe/licenses/Kilgard
new file mode 100644
index 0000000..8836db1
--- /dev/null
+++ b/meta-oe/licenses/Kilgard
@@ -0,0 +1,5 @@
+Copyright (c) Mark J. Kilgard, 1994, 1995, 1996, 1998.
+
+This program is freely distributable without licensing fees  and is
+provided without guarantee or warrantee expressed or  implied. This
+program is -not- in the public domain.
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 0000000..7006b41
--- /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"



More information about the Openembedded-commits mailing list