summaryrefslogtreecommitdiffstats
path: root/configs/default
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2011-05-18 07:50:21 -0600
committerBrian Paul <[email protected]>2011-05-18 07:51:33 -0600
commitde1df26b5c11a45f2b1ff2ddc7b8ec764356aa94 (patch)
tree3ad505018f3628b917cd45998c5edf966640d15c /configs/default
parent3e0bb02358d627e784a2b7041d6e2e23e3dfd2c5 (diff)
mesa: check that flex/bison are installed
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=36651 NOTE: This is a candidate for the 7.10 branch.
Diffstat (limited to 'configs/default')
-rw-r--r--configs/default2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/default b/configs/default
index 0582a0210af..b7acfd2f1a5 100644
--- a/configs/default
+++ b/configs/default
@@ -38,6 +38,8 @@ MKLIB_OPTIONS =
MKDEP = makedepend
MKDEP_OPTIONS = -fdepend
MAKE = make
+FLEX = flex
+BISON = bison
# Use MINSTALL for installing libraries, INSTALL for everything else
MINSTALL = $(SHELL) $(TOP)/bin/minstall