Commit 8bd0a20b authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

mesa3d: add dependency on host-xutil_makedepend



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

configure: error: makedepend is required to build Mesa

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reported-by: default avatarNoel Vellemans <Noel.Vellemans@visionBMS.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 4e5f63a5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ MESA3D_DEPENDENCIES = \
	xlib_libXfixes \
	xproto_dri2proto \
	libdrm \
	expat
	expat \
	host-xutil_makedepend

$(eval $(autotools-package))