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: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reported-by: Noel Vellemans <Noel.Vellemans@visionBMS.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Thomas Petazzoni 2012-10-12 06:58:24 +00:00 committed by Peter Korsgaard
parent 4e5f63a569
commit 8bd0a20b14

View File

@ -27,6 +27,7 @@ MESA3D_DEPENDENCIES = \
xlib_libXfixes \
xproto_dri2proto \
libdrm \
expat
expat \
host-xutil_makedepend
$(eval $(autotools-package))