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