mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
[Meson] Change jack-devel option to be boolean
This commit is contained in:
parent
8dc8fb55f2
commit
a5e3d3f7a7
3 changed files with 4 additions and 4 deletions
|
|
@ -52,8 +52,8 @@ option('pipewire-jack',
|
|||
value: 'enabled')
|
||||
option('jack-devel',
|
||||
description: 'Install jack development files',
|
||||
type: 'feature',
|
||||
value: 'disabled')
|
||||
type: 'boolean',
|
||||
value: 'false')
|
||||
option('libjack-path',
|
||||
description: 'Where to install the libjack.so library',
|
||||
type: 'string')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue