summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
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
parentd43c57f8cd85c85e5d77f58cbdb32d0d11a07a17 (diff)
downloadmeta-openembedded-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')
-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 4073d6ffe..6ca4b70c1 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"
11PROTO_DEPS = "xf86driproto glproto" 11PROTO_DEPS = "xf86driproto glproto"
12LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes" 12LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes"
13 13
14DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" 14DEPENDS = "make-depend-native ${PROTO_DEPS} ${LIB_DEPS}"
15 15
16SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2;name=archive \ 16SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2;name=archive \
17 " 17 "
diff --git a/meta-oe/recipes-graphics/mesa/mesa-dri.inc b/meta-oe/recipes-graphics/mesa/mesa-dri.inc
index 4f42b7930..0a5a576e9 100644
--- a/meta-oe/recipes-graphics/mesa/mesa-dri.inc
+++ b/meta-oe/recipes-graphics/mesa/mesa-dri.inc
@@ -1,4 +1,4 @@
1DEPENDS += "dri2proto expat libdrm makedepend-native" 1DEPENDS += "dri2proto expat libdrm"
2 2
3#not supported in oe-core base.bbclass 3#not supported in oe-core base.bbclass
4#FILESPATHPKG =. "mesa-${PV}:mesa:" 4#FILESPATHPKG =. "mesa-${PV}:mesa:"