mesa: makedepend-native is needed by every mesa, not just the DRI one

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-05-24 11:54:57 +02:00
parent d43c57f8cd
commit 49f3dc4ad3
2 changed files with 2 additions and 2 deletions
@@ -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 \
"
+1 -1
View File
@@ -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:"