summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 1bee74b2ac2d6e35ef9a0d1d776bef768d28a144 (plain)
1
2
3
4
5
6
7
8
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]')