diff mbox

mesa3d: requires host-bison and host-flex

Message ID 1365376778-4673-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 1c4aa7a3028bce2cf7c6a779376f7efae1ce4224
Headers show

Commit Message

Gustavo Zacarias April 7, 2013, 11:19 p.m. UTC
Fixes a local build failure when testing other things.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/x11r7/mesa3d/mesa3d.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Peter Korsgaard April 11, 2013, 2:02 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Fixes a local build failure when testing other things.

Committed, thanks.
diff mbox

Patch

diff --git a/package/x11r7/mesa3d/mesa3d.mk b/package/x11r7/mesa3d/mesa3d.mk
index 7b7f5b4..397dbb2 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))