diff options
author | Neena Busireddy <neenareddy.busireddy@nxp.com> | 2016-05-18 16:22:54 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-05-27 15:39:10 +0200 |
commit | bb260122ef66a399f9c51a6b3e43dba9e1ada3db (patch) | |
tree | 7c47495561b21ce08dc8b910bc4004abe1764d44 | |
parent | b9170185a7ff22b4195becc29ad6b2e0acb4f6ff (diff) | |
download | meta-openembedded-bb260122ef66a399f9c51a6b3e43dba9e1ada3db.tar.gz |
mesa-glut: Remove the recipe
mesa-glut is dead upstream for almost three years now and it does
not generate library for GLUT.
mesa-glut is now replaced by freeGLUT which is a free-software/open-source
alternative to the OpenGL Utility Toolkit (GLUT) library.
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/mesa/mesa-glut_8.0.1.bb | 16 |
1 files changed, 0 insertions, 16 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 deleted file mode 100644 index 404ee53314..0000000000 --- a/meta-oe/recipes-graphics/mesa/mesa-glut_8.0.1.bb +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
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-brokensep pkgconfig distro_features_check | ||
13 | # depends on virtual/libx11 | ||
14 | REQUIRED_DISTRO_FEATURES = "x11" | ||
15 | |||
16 | DEPENDS = "virtual/libx11 libxmu libxi virtual/libgl libglu" | ||