diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-10-12 06:58:24 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-10-14 20:15:10 +0200 |
commit | 8bd0a20b14ef3347ec2de9696ec0edddf6956726 (patch) | |
tree | c5d60e7f32020486b4ef44b63a33af4d22eef008 | |
parent | 4e5f63a569c00ec97869b1b21410047ffd837813 (diff) | |
download | buildroot-novena-8bd0a20b14ef3347ec2de9696ec0edddf6956726.tar.gz buildroot-novena-8bd0a20b14ef3347ec2de9696ec0edddf6956726.zip |
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>
-rw-r--r-- | 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 3c2635e6c..8d311e1e9 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)) |