About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2025-09-30 15:30:56 +0200
committerMarge Bot <marge-bot@fdo.invalid>2025-09-30 17:37:32 +0000
commit318b020831bbf1a7d42702341dcbcbb057a3ec01 (patch)
tree104464809b9b1fdae17d9250df23d9c310ce43b9 /meson.build
parent14759757ddd95f609823e4c3718bcad6123e63d1 (diff)
meson.build: set with_clc for asahi tools
Even if both Asahi drivers are disabled, clc is still needed to build the tools. Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37636>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index b6d5d9fcc01..4d0cf1714f2 100644
--- a/meson.build
+++ b/meson.build
@@ -826,7 +826,7 @@ endif
with_driver_using_cl = [
with_gallium_iris, with_intel_vk,
- with_gallium_asahi, with_asahi_vk,
+ with_gallium_asahi, with_asahi_vk, with_tools.contains('asahi'),
with_gallium_panfrost, with_panfrost_vk,
with_nouveau_vk, with_imagination_vk,
].contains(true)