Mesa (main): docs: remove outdated meson-section

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jun 21 08:26:23 UTC 2021


Module: Mesa
Branch: main
Commit: 309b549f0eb8876af2af0f5599181a7ba7494f54
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=309b549f0eb8876af2af0f5599181a7ba7494f54

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
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 <eric at engestrom.ch>
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:



More information about the mesa-commit mailing list