meson: Change check option type to "feature"

This will allow downstream to force it enable if needed

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
Quentin Glidic 2019-03-26 12:10:52 +01:00
parent 16c77ea3ce
commit 64e5a1ead7
No known key found for this signature in database
GPG Key ID: AC203F96E2C34BB7
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
option('drun', type: 'boolean', value: true, description: 'Desktop file mode')
option('window', type: 'boolean', value: true, description: 'Window switcher mode')
option('timings', type: 'boolean', value: false, description: 'Timings output')
option('check', type: 'boolean', value: true, description: 'Build and run libcheck-based tests')
option('check', type: 'feature', description: 'Build and run libcheck-based tests')