mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
mesa: makedepend-native is needed by every mesa, not just the DRI one
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -11,7 +11,7 @@ PE = "2"
|
||||
PROTO_DEPS = "xf86driproto glproto"
|
||||
LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes"
|
||||
|
||||
DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
|
||||
DEPENDS = "make-depend-native ${PROTO_DEPS} ${LIB_DEPS}"
|
||||
|
||||
SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2;name=archive \
|
||||
"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DEPENDS += "dri2proto expat libdrm makedepend-native"
|
||||
DEPENDS += "dri2proto expat libdrm"
|
||||
|
||||
#not supported in oe-core base.bbclass
|
||||
#FILESPATHPKG =. "mesa-${PV}:mesa:"
|
||||
|
||||
Reference in New Issue
Block a user