summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 6de43b930df4126f5dd6cc89c60aa0a58435c5bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 : 'Default xorg module directory [default=from xorg-server pkgconf]',
)
option('xorg-conf-dir',
	type : 'string',
	value : '',
	description : 'Default xorg.conf.d directory [default=from xorg-server pkgconfig]'
)