diff options
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-xlib_7.8.2.bb')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-xlib_7.8.2.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-xlib_7.8.2.bb b/meta/recipes-graphics/mesa/mesa-xlib_7.8.2.bb new file mode 100644 index 0000000000..093ad6ed7c --- /dev/null +++ b/meta/recipes-graphics/mesa/mesa-xlib_7.8.2.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | include mesa-common.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d" | ||
4 | |||
5 | PROTO_DEPS = "xf86driproto glproto" | ||
6 | LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes" | ||
7 | |||
8 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" | ||
9 | |||
10 | PE = "1" | ||
11 | PR = "r0" | ||
12 | |||
13 | EXTRA_OECONF += "--with-driver=xlib" | ||
14 | |||
15 | do_install_append () { | ||
16 | install -d ${D}/${bindir} | ||
17 | install -m 0755 ${S}/progs/xdemos/{glxdemo,glxgears,glxheads,glxinfo} ${D}/${bindir} | ||
18 | } | ||
19 | |||
20 | PACKAGES =+ "${PN}-xprogs" | ||
21 | |||
22 | FILES_${PN}-xprogs = "${bindir}/glxdemo ${bindir}/glxgears ${bindir}/glxheads ${bindir}/glxinfo" | ||