mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-01-09 15:24:58 +08:00
meson: Define with_intel_vk_rt based on with_intel_clc
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Acked-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16970>
This commit is contained in:
parent
f7c82c72c4
commit
9c6ed40925
@ -303,6 +303,7 @@ endif
|
||||
|
||||
with_microsoft_clc = get_option('microsoft-clc').enabled()
|
||||
with_intel_clc = get_option('intel-clc').enabled()
|
||||
with_intel_vk_rt = with_intel_clc
|
||||
with_clc = with_microsoft_clc or with_intel_clc
|
||||
with_libclc = with_clc
|
||||
with_spirv_to_dxil = get_option('spirv-to-dxil')
|
||||
|
Loading…
Reference in New Issue
Block a user