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