mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-13 13:30:05 -05:00
append -pw and version to .so libraries
So that we can place them next to the real ones and use a symlink to switch.
This commit is contained in:
parent
ffc50a1bbf
commit
ded3a2a58f
2 changed files with 6 additions and 6 deletions
|
|
@ -13,9 +13,9 @@ pipewire_jack_c_args = [
|
|||
#optional dependencies
|
||||
jack_dep = dependency('jack', version : '>= 1.9.10', required : false)
|
||||
|
||||
pipewire_jack = shared_library('jack',
|
||||
pipewire_jack = shared_library('jack-pw',
|
||||
pipewire_jack_sources,
|
||||
soversion : 0,
|
||||
soversion : pipewire_version,
|
||||
c_args : pipewire_jack_c_args,
|
||||
include_directories : [configinc],
|
||||
dependencies : [pipewire_dep, jack_dep, mathlib],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue