mirror of
https://github.com/openharmony/third_party_libevdev.git
synced 2026-07-18 17:24:31 -04:00
13 lines
370 B
Meson
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')
|