]> git.proxmox.com Git - mirror_qemu.git/blob - meson_options.txt
Merge remote-tracking branch 'remotes/rth/tags/pull-mb-20200901' into staging
[mirror_qemu.git] / meson_options.txt
1 option('qemu_suffix', type : 'string', value: 'qemu',
2 description: 'Suffix for QEMU data/modules/config directories (can be empty)')
3 option('docdir', type : 'string', value : 'doc',
4 description: 'Base directory for documentation installation (can be empty)')
5
6 option('gettext', type : 'boolean', value : true,
7 description: 'Localization of the GTK+ user interface')
8
9 option('sdl', type : 'feature', value : 'auto',
10 description: 'SDL user interface')
11 option('sdl_image', type : 'feature', value : 'auto',
12 description: 'SDL Image support for icons')
13 option('u2f', type : 'feature', value : 'auto',
14 description: 'U2F emulation support')
15 option('vnc', type : 'feature', value : 'enabled',
16 description: 'VNC server')
17 option('vnc_jpeg', type : 'feature', value : 'auto',
18 description: 'JPEG lossy compression for VNC server')
19 option('vnc_png', type : 'feature', value : 'auto',
20 description: 'PNG compression for VNC server')
21 option('vnc_sasl', type : 'feature', value : 'auto',
22 description: 'SASL authentication for VNC server')
23 option('xkbcommon', type : 'feature', value : 'auto',
24 description: 'xkbcommon support')