mesa3d: requires host-bison and host-flex
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Sun, 7 Apr 2013 13:19:38 +0000 (13:19 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 11 Apr 2013 14:02:09 +0000 (16:02 +0200)
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>
package/x11r7/mesa3d/mesa3d.mk

index 7b7f5b4d9ccf027c860680fbe1fcb628d5a3b1e6..397dbb2911f625b0ee35a986a26f0b1ea1c1385c 100644 (file)
@@ -30,6 +30,8 @@ MESA3D_DEPENDENCIES = \
        expat \
        host-xutil_makedepend \
        host-libxml2 \
-       host-python
+       host-python \
+       host-bison \
+       host-flex
 
 $(eval $(autotools-package))