libinput/meson_options.txt

17 lines
546 B
Meson
Raw Normal View History

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]')