From 8c2f3e043bc48512ede533f86db3b1db03f05fba Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Thu, 10 Feb 2011 18:15:38 +0800 Subject: mesa-xlib-7.10: add missing dependency makedepend mesa 7.10 has dependency on makedepend-native, so add it to resolve the configure failure Signed-off-by: Yu Ke --- meta/recipes-graphics/mesa/mesa-xlib_7.10.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-graphics/mesa') diff --git a/meta/recipes-graphics/mesa/mesa-xlib_7.10.bb b/meta/recipes-graphics/mesa/mesa-xlib_7.10.bb index 5cc719e628..c8eb88fbf6 100644 --- a/meta/recipes-graphics/mesa/mesa-xlib_7.10.bb +++ b/meta/recipes-graphics/mesa/mesa-xlib_7.10.bb @@ -12,9 +12,9 @@ LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1 PROTO_DEPS = "xf86driproto glproto" LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes libxml2-native" -DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" +DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} makedepend-native" PE = "1" -PR = "r0" +PR = "r1" EXTRA_OECONF += "--with-driver=xlib" -- cgit v1.2.3-54-g00ecf