compiler: Only enable mesaclc helper if we have OpenCL SPIR-V support

Reviewed-by: Karol Herbst <kherbst@redhat.com>
Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25341>
This commit is contained in:
Caio Oliveira 2023-09-22 00:02:35 -07:00 committed by Marge Bot
parent 4e065cdaaa
commit e55aa87f32

View file

@ -87,7 +87,7 @@ subdir('nir')
subdir('spirv')
if with_clc
if with_opencl_spirv
subdir('clc')
endif
if with_gallium