mesa3d: requires host-bison and host-flex

Fixes a local build failure when testing other things.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2013-04-07 13:19:38 +00:00 committed by Peter Korsgaard
parent 52763c16be
commit 1c4aa7a302

View File

@ -30,6 +30,8 @@ MESA3D_DEPENDENCIES = \
expat \
host-xutil_makedepend \
host-libxml2 \
host-python
host-python \
host-bison \
host-flex
$(eval $(autotools-package))