docs/panfrost: Update llvm option
authorAlyssa Rosenzweig <alyssa@collabora.com>
Thu, 12 Aug 2021 15:05:26 +0000 (11:05 -0400)
committerMarge Bot <eric+marge@anholt.net>
Thu, 12 Aug 2021 19:22:21 +0000 (19:22 +0000)
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>

docs/drivers/panfrost.rst

index 85ab547..994dae5 100644 (file)
@@ -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