Module: Mesa Branch: main Commit: 07cd8897fbdd8bbdb82fe93bc00a4fbf184d915e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=07cd8897fbdd8bbdb82fe93bc00a4fbf184d915e
Author: Erik Faye-Lund <[email protected]> Date: Fri Jun 18 13:32:27 2021 +0200 docs: remove outdated clarification Similar to the previous commit, we now require Meson 0.52 all the time, so there's no point in singling this out. Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11464> --- docs/meson.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/meson.rst b/docs/meson.rst index c47b64a71dc..c17ad1c72f2 100644 --- a/docs/meson.rst +++ b/docs/meson.rst @@ -157,9 +157,7 @@ CC and CXX environment variables. All of these compilers are tested and work with Ninja, but if you want Visual Studio integration or you just like msbuild, passing -``--backend=vs`` to Meson will generate a Visual Studio solution. If you -want to use ICL or clang-cl with the vsbackend you will need Meson -0.52.0 or greater. Older versions always use the Microsoft compiler. +``--backend=vs`` to Meson will generate a Visual Studio solution. 3. Advanced Usage ----------------- _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
