diff --git a/meson_options.txt b/meson_options.txt index ea18a2ece..66791f3aa 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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')