meson.build: Order the flex/bison by odds of them working
authorZack Rusin <zackr@vmware.com>
Thu, 26 Nov 2020 16:50:06 +0000 (08:50 -0800)
committerMarge Bot <eric+marge@anholt.net>
Thu, 3 Dec 2020 12:39:02 +0000 (12:39 +0000)
commitc76edc646b35f7dabef101897fd6b37e5488cee5
tree4b7aa5c20fb3c93f26d1f576648e6e7bdc6db221
parent4c285e70806aa036d73705dd8b6ae46d1176130a
meson.build: Order the flex/bison by odds of them working

Some flex/bison installs on windows include yacc and lex
as bash scripts that call bison/flex binaries. That creates
an extra layer of dependencies because those won't work from
plain cmd.exe/powershell. Lets switch the lookup order so that
by default we pickup vanilla binaries instead of scripts.

Reviewd-by: Charmaine Lee <charmainel@vmware.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7806>
meson.build