mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 04:30:08 +01:00
12 lines
370 B
Meson
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')
|