[Buildroot] [PATCH] mesa3d: requires host-bison and host-flex

Gustavo Zacarias gustavo at zacarias.com.ar
Sun Apr 7 23:19:38 UTC 2013


Fixes a local build failure when testing other things.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/x11r7/mesa3d/mesa3d.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/package/x11r7/mesa3d/mesa3d.mk b/package/x11r7/mesa3d/mesa3d.mk
index 7b7f5b4..397dbb2 100644
--- a/package/x11r7/mesa3d/mesa3d.mk
+++ b/package/x11r7/mesa3d/mesa3d.mk
@@ -30,6 +30,8 @@ MESA3D_DEPENDENCIES = \
 	expat \
 	host-xutil_makedepend \
 	host-libxml2 \
-	host-python
+	host-python \
+	host-bison \
+	host-flex
 
 $(eval $(autotools-package))
-- 
1.8.1.5



More information about the buildroot mailing list