Small C extension module docstring improvements and fixes
[jack_mixer.git] / meson_options.txt
blob5377164e6813f8b7211428a5f080bb7d424278c3
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('verbose',
12     type: 'boolean',
13     value: false,
14     description: 'Turn on debug logging (for development)'
16 option('wheel',
17     type: 'boolean',
18     value: false,
19     description: 'Turn on build mode for creating a Python wheel (should not be used directly)'