docs: remove outdated meson-section

We're already requiring Meson 0.52, so there's no point in mentioning
this old work-around.

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:28:48 +02:00 committed by Marge Bot
parent fa8868192b
commit 309b549f0e
1 changed files with 0 additions and 9 deletions

View File

@ -260,15 +260,6 @@ Then configure Meson:
meson builddir/ --native-file custom-llvm.ini
Meson < 0.49 doesn't support native files, so to specify a custom
``llvm-config`` you need to modify your ``$PATH`` (or ``%PATH%`` on
Windows), which will be searched for ``llvm-config``,
``llvm-config$version``, and ``llvm-config-$version``:
.. code-block:: console
PATH=/path/to/folder/with/llvm-config:$PATH meson build
For selecting llvm-config for cross compiling a `"cross
file" <https://mesonbuild.com/Cross-compilation.html#defining-the-environment>`__
should be used. It uses the same format as the native file above: