From 26d7e07a563cf85bdc6c26d570faba1ffbe2fa68 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 30 Aug 2023 14:51:14 -0400 Subject: [PATCH] intel: Consider with_intel_clc in with_any_intel This makes it possible to configure mesa to build only intel_clc. (cherry picked from commit 4f89c1dafd63dacc364dbcdc445206b63dee3fd0) Part-of: --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 4aefd146583..e83655df640 100644 --- a/meson.build +++ b/meson.build @@ -262,6 +262,7 @@ with_any_intel = [ with_gallium_crocus, with_gallium_i915, with_gallium_iris, + with_intel_clc, with_intel_hasvk, with_intel_tools, with_intel_vk,