Add feature option for installing jack development files

This commit is contained in:
Nils Tonnätt 2021-04-18 14:21:43 +02:00 committed by Wim Taymans
parent c9eb3e3b61
commit 228bc444cf
1 changed files with 4 additions and 0 deletions

View File

@ -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')