Ignore joystick devices if LIBINPUT_IGNORE_JOYSTICK env is 1
[platform/upstream/libinput.git] / meson_options.txt
1 option('udev-dir',
2        type: 'string',
3        value: '',
4        description: 'udev base directory [default=$prefix/lib/udev]')
5 option('epoll-dir',
6        type: 'string',
7        value: '',
8        description: 'libepoll-shim base directory (for non-Linux OS) [default=$prefix]')
9 option('libwacom',
10        type: 'boolean',
11        value: true,
12        description: 'Use libwacom for tablet identification (default=true)')
13 option('debug-gui',
14        type: 'boolean',
15        value: true,
16        description: 'Enable the "debug-gui" feature in the libinput tool [default=true]')
17 option('tests',
18        type: 'boolean',
19        value: true,
20        description: 'Build the tests [default=true]')
21 option('install-tests',
22        type: 'boolean',
23        value: false,
24        description: 'Install the libinput test command [default=false]')
25 option('documentation',
26        type: 'boolean',
27        value: false,
28        description: 'Build the documentation [default=false]')
29 option('coverity',
30        type: 'boolean',
31        value: false,
32        description: 'Enable coverity build fixes, see meson.build for details [default=false]')
33 option('zshcompletiondir',
34        type: 'string',
35        value: '',
36        description: 'Directory for zsh completion scripts ["no" disables]')