mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-15 07:00:05 -05:00
types: update
This commit is contained in:
parent
2a0c5c5a8f
commit
e341b2792d
2 changed files with 72 additions and 104 deletions
|
|
@ -7,6 +7,9 @@ pipewire_jack_c_args = [
|
|||
'-DPIC',
|
||||
]
|
||||
|
||||
#optional dependencies
|
||||
jack_dep = dependency('jack', version : '>= 1.9.10', required : false)
|
||||
|
||||
pipewire_jack = shared_library('jack-pipewire',
|
||||
pipewire_jack_sources,
|
||||
c_args : pipewire_jack_c_args,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue