diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-04-07 13:19:38 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-04-11 16:02:09 +0200 |
commit | 1c4aa7a3028bce2cf7c6a779376f7efae1ce4224 (patch) | |
tree | 2f444671e9e0fe530265332bf427ba7919e78bcd /package | |
parent | 52763c16bec40fcf007122d355aeab6f3412e24f (diff) | |
download | buildroot-novena-1c4aa7a3028bce2cf7c6a779376f7efae1ce4224.tar.gz buildroot-novena-1c4aa7a3028bce2cf7c6a779376f7efae1ce4224.zip |
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>
Diffstat (limited to 'package')
-rw-r--r-- | package/x11r7/mesa3d/mesa3d.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/x11r7/mesa3d/mesa3d.mk b/package/x11r7/mesa3d/mesa3d.mk index 7b7f5b4d9..397dbb291 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)) |