diff options
author | Dylan Baker <[email protected]> | 2020-04-24 10:58:53 -0700 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-06-01 18:59:18 +0000 |
commit | c1a290bdd57536d6afcff6a02f1512fba7328729 (patch) | |
tree | 60d3331e9af8836bee59f4789586e2130f7da230 /docs/meson.html | |
parent | 30a393f4581079ced1ac05d6b74c7408fbe26f83 (diff) |
meson: Bump required version to 0.52.0
This matches what other graphics space projects require now, and allows
us to simplify a number of cases, as well as make use of new features in
meson.
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/2737
Acked-by: Matt Turner <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4740>
Diffstat (limited to 'docs/meson.html')
-rw-r--r-- | docs/meson.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/meson.html b/docs/meson.html index 58b59f86b41..94fb97c9405 100644 --- a/docs/meson.html +++ b/docs/meson.html @@ -31,7 +31,7 @@ <p><strong>Mesa's Meson build system is generally considered stable and ready for production.</strong></p> -<p><strong>Mesa requires Meson >= 0.46.0 to build.</strong> +<p><strong>Mesa requires Meson >= 0.52.0 to build.</strong> <p>The Meson build of Mesa is tested on Linux, macOS, Windows, Cygwin, Haiku, FreeBSD, DragonflyBSD, NetBSD, and should work on OpenBSD.</p> |