mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Add feature option for installing jack development files
This commit is contained in:
parent
c9eb3e3b61
commit
228bc444cf
1 changed files with 4 additions and 0 deletions
|
|
@ -54,6 +54,10 @@ option('pipewire-jack',
|
|||
description: 'Enable pipewire-jack integration',
|
||||
type: 'feature',
|
||||
value: 'auto')
|
||||
option('jack-devel',
|
||||
description: 'Install jack development files',
|
||||
type: 'feature',
|
||||
value: 'disabled')
|
||||
option('libjack-path',
|
||||
description: 'Where to install the libjack.so library',
|
||||
type: 'string')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue