mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-24 08:28:16 +02:00
meson/asahi: only build libagx2_disasm when requested
All users already `link_with` it. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41617>
This commit is contained in:
parent
b52bb138e0
commit
7611673679
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ libagx2_disasm = static_library(
|
|||
include_directories : [inc_include, inc_src],
|
||||
c_args : [no_override_init_args],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
build_by_default : true,
|
||||
build_by_default : false,
|
||||
)
|
||||
|
||||
if with_tests
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue