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 4f89c1dafd)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25228>
This commit is contained in:
Matt Turner 2023-08-30 14:51:14 -04:00 committed by Marge Bot
parent e35f25f713
commit 26d7e07a56

View file

@ -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,