diff --git a/meson.build b/meson.build index 841bfb706c0..3cad3ab0838 100644 --- a/meson.build +++ b/meson.build @@ -1772,7 +1772,7 @@ else draw_with_llvm = false endif -with_opencl_spirv = (_opencl != 'disabled' and get_option('opencl-spirv')) or with_intel_clc or with_microsoft_clc or with_gallium_rusticl +with_opencl_spirv = (_opencl != 'disabled' and get_option('opencl-spirv')) or with_clc if with_opencl_spirv chosen_llvm_version_array = dep_llvm.version().split('.') chosen_llvm_version_major = chosen_llvm_version_array[0].to_int()