mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-24 19:20:06 +01:00
meson: Use proper type for bool object
Fix invalid bool usage which violates official meson specification and thus breaks muon, an implementation of meson written in C. Signed-off-by: illiliti <illiliti@protonmail.com>
This commit is contained in:
parent
df826a3c54
commit
7820dc8b08
1 changed files with 1 additions and 1 deletions
|
|
@ -8,5 +8,5 @@ option('documentation',
|
|||
description: 'Build the documentation')
|
||||
option('coverity',
|
||||
type: 'boolean',
|
||||
value: 'false',
|
||||
value: false,
|
||||
description: 'Enable coverity build fixes, see meson.build for details')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue