diff options
author | Yu Ke <ke.yu@intel.com> | 2011-02-10 18:15:38 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-10 15:27:50 +0000 |
commit | 8c2f3e043bc48512ede533f86db3b1db03f05fba (patch) | |
tree | 66648c66fc4b8f1fbc90d014daaa35a438de7349 | |
parent | 59a08262aba2d2b9b8b299a2818fb4cfe13b9909 (diff) | |
download | poky-8c2f3e043bc48512ede533f86db3b1db03f05fba.tar.gz |
mesa-xlib-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>
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-xlib_7.10.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-xlib_7.10.bb b/meta/recipes-graphics/mesa/mesa-xlib_7.10.bb index 5cc719e628..c8eb88fbf6 100644 --- a/meta/recipes-graphics/mesa/mesa-xlib_7.10.bb +++ b/meta/recipes-graphics/mesa/mesa-xlib_7.10.bb | |||
@@ -12,9 +12,9 @@ LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1 | |||
12 | PROTO_DEPS = "xf86driproto glproto" | 12 | PROTO_DEPS = "xf86driproto glproto" |
13 | LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes libxml2-native" | 13 | LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes libxml2-native" |
14 | 14 | ||
15 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" | 15 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} makedepend-native" |
16 | 16 | ||
17 | PE = "1" | 17 | PE = "1" |
18 | PR = "r0" | 18 | PR = "r1" |
19 | 19 | ||
20 | EXTRA_OECONF += "--with-driver=xlib" | 20 | EXTRA_OECONF += "--with-driver=xlib" |