Files
third_party_libevdev/meson_options.txt
T
2021-06-02 02:30:56 +08:00

13 lines
370 B
Meson

option('tests',
type: 'feature',
value: 'enabled',
description: 'Build the tests')
option('documentation',
type: 'feature',
value: 'enabled',
description: 'Build the documentation')
option('coverity',
type: 'boolean',
value: 'false',
description: 'Enable coverity build fixes, see meson.build for details')