From 711b3351ef51ba4bcd7cc4e47622b1f16c85ccc3 Mon Sep 17 00:00:00 2001 From: Mary Guillemard Date: Thu, 19 Dec 2024 12:44:02 +0100 Subject: [PATCH] asahi: Remove unneeded dependencies for asahi_clc There is no requirement on LLVM or SPIR-V tools since the introduction of mesa-clc. Signed-off-by: Mary Guillemard Reviewed-by: Alyssa Rosenzweig Part-of: --- src/asahi/clc/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asahi/clc/meson.build b/src/asahi/clc/meson.build index 90a5f84575c..497018103be 100644 --- a/src/asahi/clc/meson.build +++ b/src/asahi/clc/meson.build @@ -11,7 +11,7 @@ else include_directories : [inc_include, inc_src], c_args : [pre_args, no_override_init_args], link_args : [ld_args_build_id], - dependencies : [idep_mesaclc, dep_llvm, dep_spirv_tools, idep_nir, idep_mesautil], + dependencies : [idep_vtn, idep_nir, idep_mesautil], # If we can run host binaries directly, just build asahi_clc for the host. # Most commonly this happens when doing a cross compile from an x86_64 build # machine to an x86 host