libevdev/meson_options.txt
Peter Hutterer 6c88d8c1cf Add support for the meson build system
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2020-02-17 17:42:32 +10:00

12 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')