mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-07 04:10:11 +01:00
This is the behavior of configure as well. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
20 lines
678 B
Meson
20 lines
678 B
Meson
option('udev-dir',
|
|
type: 'string',
|
|
default: '',
|
|
description: 'udev base directory [default=$prefix/lib/udev]')
|
|
option('libwacom',
|
|
type: 'boolean',
|
|
default: true,
|
|
description: 'Use libwacom for tablet identification (default=true)')
|
|
option('debug-gui',
|
|
type: 'boolean',
|
|
default: true,
|
|
description: 'Enable the "debug-gui" feature in the libinput tool [default=true]')
|
|
option('tests',
|
|
type: 'boolean',
|
|
default: true,
|
|
description: 'Build the tests [default=true]')
|
|
option('documentation',
|
|
type: 'boolean',
|
|
default: true,
|
|
description: 'Build the documentation [default=true]')
|