File: meson_options.txt

package info (click to toggle)
xserver-xorg-input-libinput 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie, trixie-updates
  • size: 2,244 kB
  • sloc: ansic: 6,920; sh: 4,491; makefile: 61
file content (15 lines) | stat: -rw-r--r-- 420 bytes parent folder | download
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]'
)