CHANGELOG.md: Adjust for LADIOS jack_mixer
[jack_mixer.git] / meson_options.txt
blob87e7671f010386a598b473b3a2b353ea41949ec1
1 option('gui',
2     type: 'feature',
3     value: 'enabled',
4     description: 'Enable GUI (disable to only build jack-mix_box)'
6 option('jack-midi',
7     type: 'feature',
8     value: 'enabled',
9     description: 'Enable JACK MIDI support'
11 option('check-py-modules',
12     type: 'boolean',
13     value: true,
14     description: 'Check whether required Python modules are installed'
16 option('verbose',
17     type: 'boolean',
18     value: false,
19     description: 'Turn on debug logging (for development)'
21 option('wheel',
22     type: 'boolean',
23     value: false,
24     description: 'Turn on build mode for creating a Python wheel (should not be used directly)'