* [Buildroot] [PATCH] mesa3d: add dependency on host-xutil_makedepend
@ 2012-10-12 16:58 Thomas Petazzoni
2012-10-14 18:15 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2012-10-12 16:58 UTC (permalink / raw)
To: buildroot
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>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] mesa3d: add dependency on host-xutil_makedepend
2012-10-12 16:58 [Buildroot] [PATCH] mesa3d: add dependency on host-xutil_makedepend Thomas Petazzoni
@ 2012-10-14 18:15 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2012-10-14 18:15 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> The mesa3d now requires the makedepend host utility, otherwise, it
Thomas> fails with:
Thomas> configure: error: makedepend is required to build Mesa
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-14 18:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-12 16:58 [Buildroot] [PATCH] mesa3d: add dependency on host-xutil_makedepend Thomas Petazzoni
2012-10-14 18:15 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox