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