From: Caio Oliveira Date: Fri, 22 Sep 2023 07:02:35 +0000 (-0700) Subject: compiler: Only enable mesaclc helper if we have OpenCL SPIR-V support X-Git-Tag: upstream/23.3.3~1726 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e55aa87f323f3276d68cab6ce5800318f3224a5b;p=platform%2Fupstream%2Fmesa.git compiler: Only enable mesaclc helper if we have OpenCL SPIR-V support Reviewed-by: Karol Herbst Reviewed-by: Eric Engestrom Part-of: --- diff --git a/src/compiler/meson.build b/src/compiler/meson.build index ad58205..4dfe21b 100644 --- a/src/compiler/meson.build +++ b/src/compiler/meson.build @@ -87,7 +87,7 @@ subdir('nir') subdir('spirv') -if with_clc +if with_opencl_spirv subdir('clc') endif if with_gallium