mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30: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
|
|
@ -14,7 +14,7 @@ libwebrtc_util = shared_library('webrtc-util',
|
|||
libwebrtc_util_sources,
|
||||
cpp_args : [pa_c_args, server_c_args],
|
||||
include_directories : [configinc, topinc],
|
||||
dependencies : [libpulse_dep, libpulsecommon_dep, libpulsecore_dep, webrtc_dep],
|
||||
dependencies : [libpulse_dep, libpulsecommon_dep, libpulsecore_dep, libatomic_ops_dep, webrtc_dep],
|
||||
link_args : [nodelete_link_args, '-Wl,--unresolved-symbols=ignore-in-object-files'],
|
||||
install : true,
|
||||
install_rpath : privlibdir,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue