summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 2dbb431..edc88cd 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,8 +4,8 @@
option('alsa', type: 'feature', value: 'auto', yield: true,
description: 'Build ALSA sequencer support')
-option('checks', type: 'boolean', value: true, yield: true,
- description: 'Check for features with the build system')
+option('checks', type: 'feature', value: 'enabled', yield: true,
+ description: 'Check for platform-specific features')
option('jack', type: 'feature', value: 'auto', yield: true,
description: 'Build JACK audio and MIDI support')
@@ -13,6 +13,9 @@ option('jack', type: 'feature', value: 'auto', yield: true,
option('jack_dbus', type: 'feature', value: 'auto', yield: true,
description: 'Use JACK via D-Bus')
+option('lint', type: 'boolean', value: false, yield: true,
+ description: 'Run code quality checks')
+
option('strict', type: 'boolean', value: false, yield: true,
description: 'Enable ultra-strict warnings')