mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-03 17:38:25 +02:00
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>
This commit is contained in:
parent
c14a85e756
commit
96643a8ba0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue