mesa-common.inc: fix make-depend typo
authorKoen Kooi <koen@dominion.thruhere.net>
Tue, 24 May 2011 21:18:54 +0000 (23:18 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:12:17 +0000 (08:12 -0800)
(From meta-openembedded rev: 919c96b9ca616206b7c8b9ea8a5ec2013da940e7)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-graphics/mesa/mesa-common.inc

index 6ca4b70..3b255c4 100644 (file)
@@ -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 \
           "