Commit 1c4aa7a3 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

mesa3d: requires host-bison and host-flex



Fixes a local build failure when testing other things.

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 52763c16
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -30,6 +30,8 @@ MESA3D_DEPENDENCIES = \
	expat \
	host-xutil_makedepend \
	host-libxml2 \
	host-python
	host-python \
	host-bison \
	host-flex

$(eval $(autotools-package))