summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: f58af9d367c540d21c8b6e99dd1c383198e6ffd2 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
option('sdkdir',
	type: 'string',
	value: '',
	description: 'Directory to install header files in [default=from xorg-server pkgconf]'
)
option('xorg-module-dir',
	type: 'string',
	value: '',
	description: 'Directory to install the driver in [default=from xorg-server pkgconf]'
)
option('xorg-conf-dir',
	type: 'string',
	value: '',
	description: 'Directory to install the xorg.conf.d snippets in [default=from xorg-server pkgconf]'
)
option('systemd-unit-dir',
	type: 'string',
	value: '',
	description: 'Directory to install systemd service files in [default=$prefix/lib/systemd/system]'
)
option('udev-rules-dir',
	type: 'string',
	value: '',
	description: 'Directory to install udev rules in [default=$prefix/lib/udev/rules.d]'
)
option('debug-messages',
	type: 'boolean',
	value: true,
	description: 'Disable debugging log messages [default=enabled]'
)
option('unittests',
	type: 'feature',
	value: 'auto',
	description: 'Enable unit-tests [default=auto]'
)
option('fuzzinterface',
	type: 'boolean',
	value: false,
	description: 'Enable xsetwacom to take NUL-separated commands from stdin [default=no]'
)
option('serial-device-support',
	type: 'boolean',
	value: true,
	description: 'Build with ISDV4 serial support'
)
option('wacom-gobject',
	type: 'feature',
	value: 'auto',
	description: 'Build the Wacom GObject library and associated tools [default: auto]'
)