]> code.ossystems Code Review - openembedded-core.git/commitdiff
mesa-dri-7.10: add missing dependency makedepend
authorYu Ke <ke.yu@intel.com>
Thu, 10 Feb 2011 13:12:34 +0000 (21:12 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Feb 2011 15:27:50 +0000 (15:27 +0000)
mesa 7.10 has dependency on makedepend-native, so add it
to resolve the configure failure

Signed-off-by: Yu Ke <ke.yu@intel.com>
meta/recipes-graphics/mesa/mesa-dri_7.10.bb

index cca1cc967801bcf0d85828b51b00141a868364df..1865dd46b091a32b880bf6fed943b8707caa4ff5 100644 (file)
@@ -6,9 +6,9 @@ PROTO_DEPS = "xf86driproto glproto dri2proto"
 LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat \
             libxml2-native"
 
-DEPENDS = "${PROTO_DEPS}  ${LIB_DEPS}"
+DEPENDS = "${PROTO_DEPS}  ${LIB_DEPS} makedepend-native"
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
            file://talloc-removal.patch \