diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-24 11:54:57 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-24 11:54:57 +0200 |
commit | 49f3dc4ad3c0b8c928c6544aedf8e5e8636fc3f7 (patch) | |
tree | 6e9715ea35ba7c8d52775a73f1bc65b08a1fe4fe /meta-oe/recipes-graphics | |
parent | d43c57f8cd85c85e5d77f58cbdb32d0d11a07a17 (diff) | |
download | meta-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.inc | 2 | ||||
-rw-r--r-- | 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 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" | |||
11 | PROTO_DEPS = "xf86driproto glproto" | 11 | PROTO_DEPS = "xf86driproto glproto" |
12 | LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes" | 12 | LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes" |
13 | 13 | ||
14 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" | 14 | DEPENDS = "make-depend-native ${PROTO_DEPS} ${LIB_DEPS}" |
15 | 15 | ||
16 | SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2;name=archive \ | 16 | SRC_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 @@ | |||
1 | DEPENDS += "dri2proto expat libdrm makedepend-native" | 1 | DEPENDS += "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:" |