docs: update the required meson version
authorThomas H.P. Andersen <phomes@gmail.com>
Thu, 16 Dec 2021 22:06:37 +0000 (23:06 +0100)
committerMarge Bot <emma+marge@anholt.net>
Sat, 18 Dec 2021 10:34:44 +0000 (10:34 +0000)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14240>

docs/meson.rst

index 2baeec8..dd86ff5 100644 (file)
@@ -12,7 +12,7 @@ production.**
 
 .. note::
 
-   Mesa requires Meson >= 0.52.0 to build.
+   Mesa requires Meson >= 0.53.0 to build.
 
    If your distribution doesn't have something recent enough in its
    repositories, you can `try the methods suggested here