Module: Mesa Branch: main Commit: 63c9d519812f48602d8d83b6c89dbcd33208f3c2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=63c9d519812f48602d8d83b6c89dbcd33208f3c2
Author: Erik Faye-Lund <[email protected]> Date: Fri Jun 18 13:35:31 2021 +0200 docs: drop historic meson details Similar to the last few commits, we require Meson 0.52 now. There's no point in confusing users with specifying what versions supports what here, as all supported versions works the same way now. Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11464> --- docs/meson.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/meson.rst b/docs/meson.rst index c17ad1c72f2..8bd17143efb 100644 --- a/docs/meson.rst +++ b/docs/meson.rst @@ -228,12 +228,10 @@ LLVM Meson includes upstream logic to wrap llvm-config using its standard dependency interface. -As of Meson 0.51.0 Meson can use CMake to find LLVM (the CMake finder -was added in Meson 0.49.0, but LLVM cannot be found until 0.51) Due to -the way LLVM implements its CMake finder it will only find static -libraries, it will never find libllvm.so. There is also a -``-Dcmake_module_path`` option in this Meson version, which points to -the root of an alternative installation (the prefix). For example: +Meson can use CMake to find LLVM. But due to the way LLVM implements its +CMake finder it will only find static libraries, it will never find +libllvm.so. There is also a ``-Dcmake_module_path`` option, which points +to the root of an alternative installation (the prefix). For example: .. code-block:: console _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
