mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
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:
parent
c4385d6fb0
commit
b72d347d1c
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue