meson: crocus and intel_hasvk now require clc

We're making blorp use OpenCL shaders, and both crocus and hasvk
require blorp, so now they require CL.

Without this patch, when we build Vulkan with intel_hasvk or crocus
but not the other things that require CL, we get:

    src/intel/blorp/meson.build:12:4: ERROR: Unknown variable "prog_mesa_clc".

Thanks to the report from Dancing Mirrors.

Fixes: b52b1a08bf ("intel/blorp: add blorp_shaders.cl")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/14660
Reviewed-by: Dylan Baker <dylan.c.baker@intel.com>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39333>
This commit is contained in:
Paulo Zanoni 2026-01-15 11:23:47 -08:00 committed by Marge Bot
parent c4385d6fb0
commit b72d347d1c

View file

@ -860,7 +860,7 @@ else
endif
with_driver_using_cl = [
with_gallium_iris, with_intel_vk,
with_gallium_iris, with_gallium_crocus, with_intel_vk, with_intel_hasvk,
with_gallium_asahi, with_asahi_vk, with_tools.contains('asahi'),
with_gallium_panfrost, with_panfrost_vk,
with_nouveau_vk, with_imagination_vk,