summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 1feb033a713c0e77e8fe980afcc88cf7d53fc364 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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: false,
       description: 'create "xorg" symlinks to the "base" rules files [default=false]')
option('nls',
       type: 'boolean',
       value: true,
       description: 'build with native language support (NLS) [default=true]')