summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb
diff options
context:
space:
mode:
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.bb5
1 files changed, 4 insertions, 1 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
index b77df2c666..511103da39 100644
--- a/meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb
+++ b/meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb
@@ -1,6 +1,9 @@
1include mesa-common.inc 1include mesa-common.inc
2 2
3FILESPATH =. "${FILE_DIRNAME}/mesa-dri:"
4
3SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \ 5SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
6 file://uclibc.patch \
4 " 7 "
5 8
6SRC_URI[md5sum] = "f5de82852f1243f42cc004039e10b771" 9SRC_URI[md5sum] = "f5de82852f1243f42cc004039e10b771"
@@ -14,6 +17,6 @@ LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes libxml2-nativ
14DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} makedepend-native" 17DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} makedepend-native"
15 18
16PE = "1" 19PE = "1"
17PR = "r0" 20PR = "r1"
18 21
19EXTRA_OECONF += "--with-driver=xlib" 22EXTRA_OECONF += "--with-driver=xlib"