agx: decouple from libagx

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27616>
This commit is contained in:
Alyssa Rosenzweig 2024-02-09 12:27:59 -04:00 committed by Marge Bot
parent 4a3b905bb8
commit 020e2959d2

View file

@ -88,7 +88,7 @@ idep_agx_builder_h = declare_dependency(
libasahi_compiler = static_library(
'asahi_compiler',
[libasahi_agx_files, libagx_shaders, agx_opcodes_c, agx_nir_algebraic_c],
[libasahi_agx_files, agx_opcodes_c, agx_nir_algebraic_c],
dependencies: [idep_nir, idep_agx_opcodes_h, idep_agx_builder_h],
c_args : [no_override_init_args],
gnu_symbol_visibility : 'hidden',