aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-04-21 14:43:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-29 14:43:52 +0100
commit2329297b12e2eade895fff8d3d98722a15e0b7ec (patch)
tree289d1c73846c75d4fe05b45f139b8a4eb8ece853 /meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb
parent0273f31d20f3e3c24e8b309f928595885eb04af2 (diff)
downloadopenembedded-core-2329297b12e2eade895fff8d3d98722a15e0b7ec.tar.gz
mesa-demos: Update to 8.1.0
Removed patches that now appear in the upstream. Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb b/meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb
new file mode 100644
index 0000000000..055f73d515
--- /dev/null
+++ b/meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb
@@ -0,0 +1,24 @@
+SUMMARY = "Mesa demo applications"
+DESCRIPTION = "This package includes the demonstration application, such as glxgears. \
+These applications can be used for Mesa validation and benchmarking."
+HOMEPAGE = "http://mesa3d.org"
+BUGTRACKER = "https://bugs.freedesktop.org"
+SECTION = "x11"
+
+LICENSE = "MIT & PD"
+LIC_FILES_CHKSUM = "file://src/xdemos/glxgears.c;beginline=1;endline=20;md5=914225785450eff644a86c871d3ae00e \
+ file://src/xdemos/glxdemo.c;beginline=1;endline=8;md5=b01d5ab1aee94d35b7efaa2ef48e1a06"
+
+DEPENDS = "virtual/libx11 virtual/libgl glew"
+
+SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/demos/${PV}/${BPN}-${PV}.tar.bz2 \
+ file://glut.patch \
+ file://egl-mesa-screen-surface-build-fix.patch \
+ file://egl-mesa-screen-surface-query.patch"
+
+SRC_URI[md5sum] = "9df33ba69a26bbfbc7c8148602e59542"
+SRC_URI[sha256sum] = "9703fa0646b32a1e68d2abf5628f936f77bf97c69ffcaac90de380820a87a828"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--without-glut"