From 63c9d519812f48602d8d83b6c89dbcd33208f3c2 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Fri, 18 Jun 2021 13:35:31 +0200 Subject: [PATCH] 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 Part-of: --- docs/meson.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/meson.rst b/docs/meson.rst index c17ad1c72f215..8bd17143efb92 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