summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@collabora.com>2021-08-12 11:05:26 -0400
committerMarge Bot <eric+marge@anholt.net>2021-08-12 19:22:21 +0000
commit96643a8ba07bc412c4032026008fd4b93bede188 (patch)
tree3826b670552d174a42ae241debd233ac2e973b1a /docs
parentc14a85e75688763b56dfaceda899090200398f9e (diff)
downloadmesa-96643a8ba07bc412c4032026008fd4b93bede188.tar.gz
docs/panfrost: Update llvm option
meson complains that =false is deprecated and that we should use =disabled instead. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12344>
Diffstat (limited to 'docs')
-rw-r--r--docs/drivers/panfrost.rst2
1 files changed, 1 insertions, 1 deletions
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