[Buildroot] [PATCH] mesa3d: add dependency on host-xutil_makedepend

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Oct 12 16:58:24 UTC 2012


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>
---
 package/x11r7/mesa3d/mesa3d.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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))
-- 
1.7.9.5



More information about the buildroot mailing list