blob: 912d21d74fdc75d30b495895c90a4009686e3a44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
option('xkb-base',
type: 'string',
value: '',
description: 'XKB base path [default=$datadir/X11/xkb]')
option('compat-rules',
type: 'boolean',
value: true,
description: 'create compatibility rules [default=true]')
option('xorg-rules-symlinks',
type: 'boolean',
value: true,
description: 'create "xorg" symlinks to the "base" rules files [default=false]')
|