diff options
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb b/meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb new file mode 100644 index 0000000000..b77df2c666 --- /dev/null +++ b/meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | include mesa-common.inc | ||
2 | |||
3 | SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \ | ||
4 | " | ||
5 | |||
6 | SRC_URI[md5sum] = "f5de82852f1243f42cc004039e10b771" | ||
7 | SRC_URI[sha256sum] = "8ced2678ce11cf30804694a92ea3ca6b82f158ae8995bdc626c7e85aac71c7c1" | ||
8 | |||
9 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d" | ||
10 | |||
11 | PROTO_DEPS = "xf86driproto glproto" | ||
12 | LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes libxml2-native" | ||
13 | |||
14 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} makedepend-native" | ||
15 | |||
16 | PE = "1" | ||
17 | PR = "r0" | ||
18 | |||
19 | EXTRA_OECONF += "--with-driver=xlib" | ||