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 <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11464>
This commit is contained in:
Erik Faye-Lund 2021-06-18 13:35:31 +02:00 committed by Marge Bot
parent 07cd8897fb
commit 63c9d51981
1 changed files with 4 additions and 6 deletions

View File

@ -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