aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/mesa
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-05-24 23:18:54 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-05-24 23:18:54 +0200
commit919c96b9ca616206b7c8b9ea8a5ec2013da940e7 (patch)
treeb59df6e2b0c429474539c60812bf3f8824dad23e /meta-oe/recipes-graphics/mesa
parent01a5653cc22d3c1aef7f3813d6c10d83e7fc72e5 (diff)
downloadmeta-openembedded-contrib-919c96b9ca616206b7c8b9ea8a5ec2013da940e7.tar.gz
mesa-common.inc: fix make-depend typo
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
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/mesa/mesa-common.inc b/meta-oe/recipes-graphics/mesa/mesa-common.inc
index 6ca4b70c1a..3b255c4696 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 = "make-depend-native ${PROTO_DEPS} ${LIB_DEPS}"
+DEPENDS = "makedepend-native ${PROTO_DEPS} ${LIB_DEPS}"
SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2;name=archive \
"