]> git.proxmox.com Git - mirror_qemu.git/blame - meson_options.txt
target/i386/kvm: Rename host_tsx_blacklisted() as host_tsx_broken()
[mirror_qemu.git] / meson_options.txt
CommitLineData
ab4c0996 1option('qemu_suffix', type : 'string', value: 'qemu',
73f3aa37 2 description: 'Suffix for QEMU data/modules/config directories (can be empty)')
491e74c1
MAL
3option('docdir', type : 'string', value : 'doc',
4 description: 'Base directory for documentation installation (can be empty)')
cb572714
PB
5
6option('gettext', type : 'boolean', value : true,
7 description: 'Localization of the GTK+ user interface')
8
9option('sdl', type : 'feature', value : 'auto',
10 description: 'SDL user interface')
11option('sdl_image', type : 'feature', value : 'auto',
12 description: 'SDL Image support for icons')
13option('u2f', type : 'feature', value : 'auto',
14 description: 'U2F emulation support')
15option('vnc', type : 'feature', value : 'enabled',
16 description: 'VNC server')
17option('vnc_jpeg', type : 'feature', value : 'auto',
18 description: 'JPEG lossy compression for VNC server')
19option('vnc_png', type : 'feature', value : 'auto',
20 description: 'PNG compression for VNC server')
21option('vnc_sasl', type : 'feature', value : 'auto',
22 description: 'SASL authentication for VNC server')
23option('xkbcommon', type : 'feature', value : 'auto',
24 description: 'xkbcommon support')