[oe-commits] Koen Kooi : mesa: makedepend-native is needed by every mesa, not just the DRI one

git version control git at git.openembedded.org
Tue May 24 13:16:40 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 49f3dc4ad3c0b8c928c6544aedf8e5e8636fc3f7
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=49f3dc4ad3c0b8c928c6544aedf8e5e8636fc3f7

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Tue May 24 11:54:57 2011 +0200

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

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 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 4073d6f..6ca4b70 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 4f42b79..0a5a576 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:"





More information about the Openembedded-commits mailing list