From b3033dc633640b9f9e35ce12b4a784010a7135ec Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Tue, 14 Jan 2025 16:19:44 +0200 Subject: [PATCH] meson: build mesa_clc for Anv/Iris Signed-off-by: Lionel Landwerlin Reviewed-by: Alyssa Rosenzweig Tested-by: Matt Turner Reviewed-by: Dylan Baker Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index fb934a03d21..07a677539a2 100644 --- a/meson.build +++ b/meson.build @@ -825,7 +825,7 @@ else with_drivers_clc = false endif -with_clc = get_option('mesa-clc') != 'auto' or with_microsoft_clc or with_intel_clc or with_drivers_clc or with_gallium_asahi or with_asahi_vk or with_gallium_rusticl +with_clc = get_option('mesa-clc') != 'auto' or with_microsoft_clc or with_intel_vk or with_gallium_iris or with_drivers_clc or with_gallium_asahi or with_asahi_vk or with_gallium_rusticl dep_clc = null_dep if with_gallium_clover or with_clc