mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05: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',
|
description: 'Enable pipewire-jack integration',
|
||||||
type: 'feature',
|
type: 'feature',
|
||||||
value: 'auto')
|
value: 'auto')
|
||||||
|
option('jack-devel',
|
||||||
|
description: 'Install jack development files',
|
||||||
|
type: 'feature',
|
||||||
|
value: 'disabled')
|
||||||
option('libjack-path',
|
option('libjack-path',
|
||||||
description: 'Where to install the libjack.so library',
|
description: 'Where to install the libjack.so library',
|
||||||
type: 'string')
|
type: 'string')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue