mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
meson: change RadV dependency on LLVM to an ACO tests dependency
RadV itself doesn't require LLVM, only the ACO tests do. So stop requiring LLVM for ACO without its tests. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35840>
This commit is contained in:
parent
39ccd7899c
commit
66a30385fe
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ with_any_vk = _vulkan_drivers.length() != 0
|
|||
|
||||
with_llvm = with_llvm \
|
||||
.enable_if(with_swrast_vk, error_message : 'Lavapipe Vulkan driver requires LLVM') \
|
||||
.enable_if(with_amd_vk, error_message : 'RadV Vulkan driver requires LLVM')
|
||||
.enable_if(with_amd_vk and with_aco_tests, error_message : 'RadV ACO tests require LLVM')
|
||||
|
||||
with_any_llvmpipe = with_gallium_llvmpipe or with_swrast_vk
|
||||
with_gallium_or_lvp = with_gallium or with_swrast_vk
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue