package/wine: host-wine also needs bison and flex
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 11 Dec 2018 16:28:30 +0000 (17:28 +0100)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 11 Dec 2018 22:00:22 +0000 (23:00 +0100)
commite4d153b16ac51df1e8294eaf2413e43131620a7f
tree9fe1bb2bfb807f62928431f70be5262acea50e56
parentff349069b0fc6a08e4b52e439a8b54d60aa3279e
package/wine: host-wine also needs bison and flex

Just like the build of the target wine, the build of host wine also
needs bison and flex, otherwise the build fails with:

checking for flex... no
configure: error: no suitable flex found. Please install the 'flex' package.

(and similarly for bison once host-flex is provided)

This was detected using per-package directories. It used to "work"
because host-wine comes alphabetically after host-flex and host-bison,
which are dependencies of target wine.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/wine/wine.mk