diff options
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.bb | 24 |
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 @@ | |||
1 | SUMMARY = "Mesa demo applications" | ||
2 | DESCRIPTION = "This package includes the demonstration application, such as glxgears. \ | ||
3 | These applications can be used for Mesa validation and benchmarking." | ||
4 | HOMEPAGE = "http://mesa3d.org" | ||
5 | BUGTRACKER = "https://bugs.freedesktop.org" | ||
6 | SECTION = "x11" | ||
7 | |||
8 | LICENSE = "MIT & PD" | ||
9 | LIC_FILES_CHKSUM = "file://src/xdemos/glxgears.c;beginline=1;endline=20;md5=914225785450eff644a86c871d3ae00e \ | ||
10 | file://src/xdemos/glxdemo.c;beginline=1;endline=8;md5=b01d5ab1aee94d35b7efaa2ef48e1a06" | ||
11 | |||
12 | DEPENDS = "virtual/libx11 virtual/libgl glew" | ||
13 | |||
14 | SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/demos/${PV}/${BPN}-${PV}.tar.bz2 \ | ||
15 | file://glut.patch \ | ||
16 | file://egl-mesa-screen-surface-build-fix.patch \ | ||
17 | file://egl-mesa-screen-surface-query.patch" | ||
18 | |||
19 | SRC_URI[md5sum] = "9df33ba69a26bbfbc7c8148602e59542" | ||
20 | SRC_URI[sha256sum] = "9703fa0646b32a1e68d2abf5628f936f77bf97c69ffcaac90de380820a87a828" | ||
21 | |||
22 | inherit autotools pkgconfig | ||
23 | |||
24 | EXTRA_OECONF = "--without-glut" | ||