aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/mesa
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-05-24 11:54:57 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-05-24 11:54:57 +0200
commit49f3dc4ad3c0b8c928c6544aedf8e5e8636fc3f7 (patch)
tree6e9715ea35ba7c8d52775a73f1bc65b08a1fe4fe /meta-oe/recipes-graphics/mesa
parentd43c57f8cd85c85e5d77f58cbdb32d0d11a07a17 (diff)
downloadmeta-openembedded-contrib-49f3dc4ad3c0b8c928c6544aedf8e5e8636fc3f7.tar.gz
mesa: makedepend-native is needed by every mesa, not just the DRI one
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics/mesa')
-rw-r--r--meta-oe/recipes-graphics/mesa/mesa-common.inc2
-rw-r--r--meta-oe/recipes-graphics/mesa/mesa-dri.inc2
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:"