From 4f89c1dafd63dacc364dbcdc445206b63dee3fd0 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. Part-of: --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index e8448039d4b..2501423bf5c 100644 --- a/meson.build +++ b/meson.build @@ -263,6 +263,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,