summaryrefslogtreecommitdiffstats
path: root/package/x11r7
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-04-07 13:19:38 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-04-11 16:02:09 +0200
commit1c4aa7a3028bce2cf7c6a779376f7efae1ce4224 (patch)
tree2f444671e9e0fe530265332bf427ba7919e78bcd /package/x11r7
parent52763c16bec40fcf007122d355aeab6f3412e24f (diff)
downloadbuildroot-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/x11r7')
-rw-r--r--package/x11r7/mesa3d/mesa3d.mk4
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))