meson: improve wording of "incompatible llvm options" error

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30366>
(cherry picked from commit 5d84e6cf26)
This commit is contained in:
Eric Engestrom 2024-07-25 15:52:37 +02:00 committed by Eric Engestrom
parent 52709709eb
commit 5eb6f6cf92
2 changed files with 3 additions and 3 deletions

View file

@ -314,7 +314,7 @@
"description": "meson: improve wording of \"incompatible llvm options\" error",
"nominated": false,
"nomination_type": 3,
"resolution": 4,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

View file

@ -1835,9 +1835,9 @@ if with_llvm
elif with_amd_vk and with_aco_tests
error('ACO tests require LLVM, but LLVM is disabled.')
elif with_swrast_vk
error('The following drivers require LLVM: Lavapipe. One of these is enabled, but LLVM is disabled.')
error('lavapipe requires LLVM and is enabled, but LLVM is disabled.')
elif with_gallium_llvmpipe
error('The following drivers require LLVM: llvmpipe. It is enabled, but LLVM is disabled.')
error('llvmpipe requires LLVM and is enabled, but LLVM is disabled.')
elif with_gallium_clover
error('The OpenCL "Clover" state tracker requires LLVM, but LLVM is disabled.')
elif with_clc