agx: decouple compiler from genxml

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-07 23:12:20 -04:00 committed by Marge Bot
parent 23b77d3329
commit af04176860

View file

@ -91,7 +91,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],
dependencies: [idep_nir, idep_agx_opcodes_h, idep_agx_builder_h, idep_agx_pack],
dependencies: [idep_nir, idep_agx_opcodes_h, idep_agx_builder_h],
c_args : [no_override_init_args],
gnu_symbol_visibility : 'hidden',
build_by_default : false,