diff options
author | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:51:41 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:51:41 +0200 |
commit | 1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch) | |
tree | a21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-graphics/mesa | |
download | meta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz |
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-graphics/mesa')
-rw-r--r-- | meta-oe/recipes-graphics/mesa/mesa-glut_8.0.1.bb | 14 |
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 000000000..f23621d9c --- /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-brokensep pkgconfig | ||
13 | |||
14 | DEPENDS = "virtual/libx11 libxmu libxi virtual/libgl libglu" | ||