diff options
| author | Ross Burton <ross.burton@intel.com> | 2013-11-01 17:48:07 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-11-18 23:11:35 +0100 |
| commit | 8846c4242ee587db15ead2a9d067bdd5dda1a6ab (patch) | |
| tree | 7d6b60cc909276251fc9150a8fcb7d53cbcfcd2a | |
| parent | 6c2a235545839b1ae6e9940cafe2b6617a57a344 (diff) | |
| download | meta-openembedded-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>
| -rw-r--r-- | meta-oe/licenses/Kilgard | 5 | ||||
| -rw-r--r-- | meta-oe/recipes-graphics/mesa/mesa-glut_8.0.1.bb | 14 |
2 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/licenses/Kilgard b/meta-oe/licenses/Kilgard new file mode 100644 index 0000000000..8836db1170 --- /dev/null +++ b/meta-oe/licenses/Kilgard | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | Copyright (c) Mark J. Kilgard, 1994, 1995, 1996, 1998. | ||
| 2 | |||
| 3 | This program is freely distributable without licensing fees and is | ||
| 4 | provided without guarantee or warrantee expressed or implied. This | ||
| 5 | 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 0000000000..7006b41258 --- /dev/null +++ b/meta-oe/recipes-graphics/mesa/mesa-glut_8.0.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SUMMARY = "OpenGL Utility Toolkit" | ||
| 2 | LICENSE = "Kilgard" | ||
| 3 | LIC_FILES_CHKSUM = "file://include/GL/glut.h;md5=4aab626c830aed79d7b2e5a76dfa2dd6;startline=4;endline=8" | ||
| 4 | |||
| 5 | SRC_URI = "git://anongit.freedesktop.org/mesa/glut" | ||
| 6 | |||
| 7 | SRCREV = "ee89e9aeb49604b036e06f1df6478d32006b30cd" | ||
| 8 | PV = "8.0.0+git${SRCPV}" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | inherit autotools pkgconfig | ||
| 13 | |||
| 14 | DEPENDS = "virtual/libx11 libxmu libxi virtual/libgl libglu" | ||
