mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 04:30:06 +01:00
17 lines
528 B
Meson
17 lines
528 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('event-gui',
|
||
|
|
type: 'boolean',
|
||
|
|
default: true,
|
||
|
|
description: 'Build the GUI event viewer [default=true]')
|
||
|
|
option('enable-tests',
|
||
|
|
type: 'boolean',
|
||
|
|
default: true,
|
||
|
|
description: 'Build the tests [default=true]')
|