Mesa (main): docs/panfrost: Update llvm option

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Aug 12 19:25:49 UTC 2021


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

Author: Alyssa Rosenzweig <alyssa at collabora.com>
Date:   Thu Aug 12 11:05:26 2021 -0400

docs/panfrost: Update llvm option

meson complains that =false is deprecated and that we should use
=disabled instead.

Signed-off-by: Alyssa Rosenzweig <alyssa at collabora.com>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12344>

---

 docs/drivers/panfrost.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/drivers/panfrost.rst b/docs/drivers/panfrost.rst
index 85ab54780c9..994dae5d88d 100644
--- a/docs/drivers/panfrost.rst
+++ b/docs/drivers/panfrost.rst
@@ -40,7 +40,7 @@ LLVM is *not* required by Panfrost's compilers. LLVM support in Mesa can
 safely be disabled for most OpenGL ES users with Panfrost.
 
 Build with meson like ``meson . build/ -Ddri-drivers= -Dvulkan-drivers=
--Dgallium-drivers=panfrost -Dllvm=false`` for a build directory
+-Dgallium-drivers=panfrost -Dllvm=disabled`` for a build directory
 ``build``.
 
 Building for Android via the legacy ``Android.mk`` system is not officially



More information about the mesa-commit mailing list