mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-24 02:34:17 +08:00
3e9533d9b8
Meson has up until this point set it's version in the root meson.build script, while the other build systems read the VERSION file. This is just "one more thing" to duplicate between meson and every other build system. This script is a simple "read, strip, print" sort of deal to allow meson to read the VERSION file. I chose to implement this in python since python is portable, and to keep the meson.build script clean. This is also complicated by the fact that the project() call *must* be the first non-comment,non-blank in the toplevel meson.build script. v2: - Move from scripts/ to bin/ - use python explicitly to run the scripts to support windows Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> |
||
---|---|---|
.. | ||
.editorconfig | ||
.gitignore | ||
bugzilla_mesa.sh | ||
get-extra-pick-list.sh | ||
get-fixes-pick-list.sh | ||
get-pick-list.sh | ||
get-typod-pick-list.sh | ||
git_sha1_gen.py | ||
install_megadrivers.py | ||
meson_get_version.py | ||
meson.build | ||
perf-annotate-jit.py | ||
shortlog_mesa.sh |