Skip to content

clover: fix meson opencl-spirv option

Patrick Lerda requested to merge noblock/mesa:cloverfixmesonopenclspirv into main

What does this MR do and why?

clover: fix meson opencl-spirv option

As reported by https://gitlab.freedesktop.org/mesa/mesa/-/issues/10674
this option is broken. Indeed, when "with_clc" is false the compilation
process failed with the following error:
"ERROR: Unknown variable "idep_mesaclc".

Fixes: 815a6647eb1 ("meson: do not pull in clc for clover")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10674
Signed-off-by: Patrick Lerda <patrick9876@free.fr>

Merge request reports