]> git.proxmox.com Git - mirror_qemu.git/blame - meson_options.txt
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201002' into staging
[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
aa087962
PB
9option('malloc_trim', type : 'feature', value : 'auto',
10 description: 'enable libc malloc_trim() for memory optimization')
11option('malloc', type : 'combo', choices : ['system', 'tcmalloc', 'jemalloc'],
12 value: 'system', description: 'choose memory allocator to use')
13
b4e312e9
PB
14option('cocoa', type : 'feature', value : 'auto',
15 description: 'Cocoa user interface (macOS only)')
6ec0e15d
PB
16option('mpath', type : 'feature', value : 'auto',
17 description: 'Multipath persistent reservation passthrough')
cb572714
PB
18option('sdl', type : 'feature', value : 'auto',
19 description: 'SDL user interface')
20option('sdl_image', type : 'feature', value : 'auto',
21 description: 'SDL Image support for icons')
22option('u2f', type : 'feature', value : 'auto',
23 description: 'U2F emulation support')
24option('vnc', type : 'feature', value : 'enabled',
25 description: 'VNC server')
26option('vnc_jpeg', type : 'feature', value : 'auto',
27 description: 'JPEG lossy compression for VNC server')
28option('vnc_png', type : 'feature', value : 'auto',
29 description: 'PNG compression for VNC server')
30option('vnc_sasl', type : 'feature', value : 'auto',
31 description: 'SASL authentication for VNC server')
32option('xkbcommon', type : 'feature', value : 'auto',
33 description: 'xkbcommon support')