1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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>
This commit is contained in:
Yu Ke
2011-02-10 18:15:38 +08:00
committed by Richard Purdie
parent 59a08262ab
commit 8c2f3e043b
+2 -2
View File
@@ -12,9 +12,9 @@ LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1
PROTO_DEPS = "xf86driproto glproto"
LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes libxml2-native"
DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} makedepend-native"
PE = "1"
PR = "r0"
PR = "r1"
EXTRA_OECONF += "--with-driver=xlib"