diff --git a/meson.build b/meson.build index 3cad3ab0838..61d76eeab1f 100644 --- a/meson.build +++ b/meson.build @@ -304,7 +304,7 @@ if with_aco_tests and not with_amd_vk endif with_microsoft_clc = get_option('microsoft-clc').enabled() -with_clc = with_microsoft_clc or with_intel_clc +with_clc = with_microsoft_clc or with_intel_clc or with_gallium_asahi with_spirv_to_dxil = get_option('spirv-to-dxil') if host_machine.system() == 'darwin'