Module: Mesa Branch: main Commit: 79bc5ff6f88927939f19fb8acd452b23583651be URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=79bc5ff6f88927939f19fb8acd452b23583651be
Author: Eric Engestrom <[email protected]> Date: Thu Sep 21 10:38:43 2023 +0100 docs/meson: drop mention that our meson is ready It's been ready for a very long time, and scons & autotools are long gone with only meson left, so this note doesn't make much sense anymore. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25323> --- docs/meson.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/meson.rst b/docs/meson.rst index 89891aa62a0..c688f60b843 100644 --- a/docs/meson.rst +++ b/docs/meson.rst @@ -7,9 +7,6 @@ Compilation and Installation Using Meson For general information about Meson see the `Meson website <https://mesonbuild.com/>`__. -**Mesa's Meson build system is generally considered stable and ready for -production.** - .. note:: Mesa requires Meson >= 0.60.0 to build.
