[Buildroot] [git commit] mesa3d: add dependency on host-xutil_makedepend

Peter Korsgaard jacmet at sunsite.dk
Sun Oct 14 18:15:10 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=8bd0a20b14ef3347ec2de9696ec0edddf6956726
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The mesa3d now requires the makedepend host utility, otherwise, it
fails with:

configure: error: makedepend is required to build Mesa

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Reported-by: Noel Vellemans <Noel.Vellemans at visionBMS.com>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/x11r7/mesa3d/mesa3d.mk |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/package/x11r7/mesa3d/mesa3d.mk b/package/x11r7/mesa3d/mesa3d.mk
index 3c2635e..8d311e1 100644
--- a/package/x11r7/mesa3d/mesa3d.mk
+++ b/package/x11r7/mesa3d/mesa3d.mk
@@ -27,6 +27,7 @@ MESA3D_DEPENDENCIES = \
 	xlib_libXfixes \
 	xproto_dri2proto \
 	libdrm \
-	expat
+	expat \
+	host-xutil_makedepend
 
 $(eval $(autotools-package))



More information about the buildroot mailing list