From: Gustavo Zacarias Date: Sun, 7 Apr 2013 13:19:38 +0000 (+0000) Subject: mesa3d: requires host-bison and host-flex X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c4aa7a3028bce2cf7c6a779376f7efae1ce4224;p=buildroot.git mesa3d: requires host-bison and host-flex Fixes a local build failure when testing other things. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/x11r7/mesa3d/mesa3d.mk b/package/x11r7/mesa3d/mesa3d.mk index 7b7f5b4d9c..397dbb2911 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))