Module: Mesa Branch: main Commit: 309b549f0eb8876af2af0f5599181a7ba7494f54 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=309b549f0eb8876af2af0f5599181a7ba7494f54
Author: Erik Faye-Lund <[email protected]> Date: Fri Jun 18 13:28:48 2021 +0200 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 <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11464> --- docs/meson.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/meson.rst b/docs/meson.rst index f7b9d5a876d..c47b64a71dc 100644 --- a/docs/meson.rst +++ b/docs/meson.rst @@ -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: _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
