New subproject macos-bison-binary to provide bison on macOS
authorNirbheek Chauhan <nirbheek@centricular.com>
Mon, 23 Aug 2021 13:23:54 +0000 (18:53 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Sat, 28 Aug 2021 18:14:52 +0000 (23:44 +0530)
commitafd11f3383398dc8516751a42d6e92c38bd66cdb
tree71d7de996992d460b1364047a952a4597fcbabbe
parent879126a31c77622f594e70f205fcefd4556d9865
New subproject macos-bison-binary to provide bison on macOS

The version of bison that ships with macOS is too old, so we need to
provide our own version of it.

Fixes https://gitlab.freedesktop.org/gstreamer/gst-build/-/issues/174

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/257>
meson.build
subprojects/macos-bison-binary/.gitignore [new file with mode: 0644]
subprojects/macos-bison-binary/README.md [new file with mode: 0644]
subprojects/macos-bison-binary/bison.py.in [new file with mode: 0755]
subprojects/macos-bison-binary/download-binary.py [new file with mode: 0644]
subprojects/macos-bison-binary/meson.build [new file with mode: 0644]