From 96643a8ba07bc412c4032026008fd4b93bede188 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Thu, 12 Aug 2021 11:05:26 -0400 Subject: [PATCH] docs/panfrost: Update llvm option meson complains that =false is deprecated and that we should use =disabled instead. Signed-off-by: Alyssa Rosenzweig Reviewed-by: Dylan Baker Part-of: --- 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