From 49f3dc4ad3c0b8c928c6544aedf8e5e8636fc3f7 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 24 May 2011 11:54:57 +0200 Subject: [PATCH] mesa: makedepend-native is needed by every mesa, not just the DRI one Signed-off-by: Koen Kooi --- meta-oe/recipes-graphics/mesa/mesa-common.inc | 2 +- meta-oe/recipes-graphics/mesa/mesa-dri.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-graphics/mesa/mesa-common.inc b/meta-oe/recipes-graphics/mesa/mesa-common.inc index 4073d6ffe9..6ca4b70c1a 100644 --- a/meta-oe/recipes-graphics/mesa/mesa-common.inc +++ b/meta-oe/recipes-graphics/mesa/mesa-common.inc @@ -11,7 +11,7 @@ PE = "2" PROTO_DEPS = "xf86driproto glproto" LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes" -DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" +DEPENDS = "make-depend-native ${PROTO_DEPS} ${LIB_DEPS}" SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2;name=archive \ " diff --git a/meta-oe/recipes-graphics/mesa/mesa-dri.inc b/meta-oe/recipes-graphics/mesa/mesa-dri.inc index 4f42b79306..0a5a576e93 100644 --- a/meta-oe/recipes-graphics/mesa/mesa-dri.inc +++ b/meta-oe/recipes-graphics/mesa/mesa-dri.inc @@ -1,4 +1,4 @@ -DEPENDS += "dri2proto expat libdrm makedepend-native" +DEPENDS += "dri2proto expat libdrm" #not supported in oe-core base.bbclass #FILESPATHPKG =. "mesa-${PV}:mesa:"