mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 17:10:11 +01:00
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:
parent
4e065cdaaa
commit
e55aa87f32
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ subdir('nir')
|
|||
|
||||
subdir('spirv')
|
||||
|
||||
if with_clc
|
||||
if with_opencl_spirv
|
||||
subdir('clc')
|
||||
endif
|
||||
if with_gallium
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue