mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-27 06:40:38 +02:00
meson: do not compile libblake3 unless used
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34123>
This commit is contained in:
parent
90a84862c6
commit
123627ef65
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ blake3 = static_library(
|
|||
files_blake3,
|
||||
c_args : blake3_defs,
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
build_by_default : false,
|
||||
)
|
||||
|
||||
idep_blake3 = declare_dependency(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue