mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Link pipewire-jack to libatomic if required
This is necessary on some 32-bit architectures that implement atomic operations on 64-bit quantities as library calls, including Debian's armel and mipsel ports. Signed-off-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
parent
8332ee0c25
commit
b8c58c74d8
2 changed files with 29 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ pipewire_jack = shared_library('jack',
|
|||
version : libversion,
|
||||
c_args : pipewire_jack_c_args,
|
||||
include_directories : [configinc],
|
||||
dependencies : [pipewire_dep, jack_dep, mathlib],
|
||||
dependencies : [pipewire_dep, atomic_dep, jack_dep, mathlib],
|
||||
install : true,
|
||||
install_dir : libjack_path,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue