summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 9861d2d399e2cb9b3cfb5d7d4fc6e0e22ea0803c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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]')
option('documentation',
       type: 'boolean',
       default: true,
       description: 'Build the documentation [default=true]')