mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
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>
This commit is contained in:
@@ -6,9 +6,9 @@ PROTO_DEPS = "xf86driproto glproto dri2proto"
|
|||||||
LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat \
|
LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat \
|
||||||
libxml2-native"
|
libxml2-native"
|
||||||
|
|
||||||
DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
|
DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} makedepend-native"
|
||||||
|
|
||||||
PR = "r2"
|
PR = "r3"
|
||||||
|
|
||||||
SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
|
SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
|
||||||
file://talloc-removal.patch \
|
file://talloc-removal.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user