mesa3d: add dependency on host-xutil_makedepend
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 12 Oct 2012 06:58:24 +0000 (06:58 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 14 Oct 2012 18:15:10 +0000 (20:15 +0200)
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>
package/x11r7/mesa3d/mesa3d.mk

index 3c2635e6cd221be80d044cac96399d77d87a10b4..8d311e1e9368c97c7b41ba7db59cd1bbcbf43465 100644 (file)
@@ -27,6 +27,7 @@ MESA3D_DEPENDENCIES = \
        xlib_libXfixes \
        xproto_dri2proto \
        libdrm \
-       expat
+       expat \
+       host-xutil_makedepend
 
 $(eval $(autotools-package))