projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52763c1
)
mesa3d: requires host-bison and host-flex
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Sun, 7 Apr 2013 13:19:38 +0000
(13:19 +0000)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/x11r7/mesa3d/mesa3d.mk
b/package/x11r7/mesa3d/mesa3d.mk
index 7b7f5b4d9ccf027c860680fbe1fcb628d5a3b1e6..397dbb2911f625b0ee35a986a26f0b1ea1c1385c 100644
(file)
--- 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))