diff options
author | Yu Ke <ke.yu@intel.com> | 2011-02-10 21:12:34 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-10 15:27:50 +0000 |
commit | 33df485498c6338ddcbc711f2807d8ef40b3997b (patch) | |
tree | 3735819df1b3c53caf956ade9282036470e23729 /meta | |
parent | 8c2f3e043bc48512ede533f86db3b1db03f05fba (diff) | |
download | poky-33df485498c6338ddcbc711f2807d8ef40b3997b.tar.gz |
mesa-dri-7.10: add missing dependency makedepend
mesa 7.10 has dependency on makedepend-native, so add it
to resolve the configure failure
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-dri_7.10.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-dri_7.10.bb b/meta/recipes-graphics/mesa/mesa-dri_7.10.bb index cca1cc9678..1865dd46b0 100644 --- a/meta/recipes-graphics/mesa/mesa-dri_7.10.bb +++ b/meta/recipes-graphics/mesa/mesa-dri_7.10.bb | |||
@@ -6,9 +6,9 @@ PROTO_DEPS = "xf86driproto glproto dri2proto" | |||
6 | LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat \ | 6 | LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat \ |
7 | libxml2-native" | 7 | libxml2-native" |
8 | 8 | ||
9 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" | 9 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} makedepend-native" |
10 | 10 | ||
11 | PR = "r2" | 11 | PR = "r3" |
12 | 12 | ||
13 | SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \ | 13 | SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \ |
14 | file://talloc-removal.patch \ | 14 | file://talloc-removal.patch \ |