mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-19 07:00:03 -05:00
build-sys: meson: Add atomic ops related checks
This commit is contained in:
parent
25308fe88f
commit
1e996445f7
7 changed files with 61 additions and 8 deletions
|
|
@ -82,7 +82,7 @@ endif
|
|||
if host_machine.system() != 'darwin'
|
||||
default_tests += [
|
||||
[ 'once-test', 'once-test.c',
|
||||
[ check_dep, thread_dep, libpulse_dep, libpulsecommon_dep, libpulsecore_dep ] ],
|
||||
[ check_dep, thread_dep, libpulse_dep, libpulsecommon_dep, libpulsecore_dep, libatomic_ops_dep ] ],
|
||||
]
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue