summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 39d433bb4d54ae453622770bb7a546034d2a159d (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: false,
       description: 'create "xorg" symlinks to the "base" rules files [default=false]')