]> git.proxmox.com Git - mirror_qemu.git/blob - meson_options.txt
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20201019' 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 option('sphinx_build', type : 'string', value : '',
6 description: 'Use specified sphinx-build [$sphinx_build] for building document (default to be empty)')
7
8 option('docs', type : 'feature', value : 'auto',
9 description: 'Documentations build support')
10 option('gettext', type : 'boolean', value : true,
11 description: 'Localization of the GTK+ user interface')
12 option('sparse', type : 'feature', value : 'auto',
13 description: 'sparse checker')
14
15 option('malloc_trim', type : 'feature', value : 'auto',
16 description: 'enable libc malloc_trim() for memory optimization')
17 option('malloc', type : 'combo', choices : ['system', 'tcmalloc', 'jemalloc'],
18 value: 'system', description: 'choose memory allocator to use')
19
20 option('kvm', type: 'feature', value: 'auto',
21 description: 'KVM acceleration support')
22 option('hax', type: 'feature', value: 'auto',
23 description: 'HAX acceleration support')
24 option('whpx', type: 'feature', value: 'auto',
25 description: 'WHPX acceleration support')
26 option('hvf', type: 'feature', value: 'auto',
27 description: 'HVF acceleration support')
28 option('xen', type: 'feature', value: 'auto',
29 description: 'Xen backend support')
30 option('xen_pci_passthrough', type: 'feature', value: 'auto',
31 description: 'Xen PCI passthrough support')
32 option('tcg', type: 'feature', value: 'auto',
33 description: 'TCG support')
34
35 option('cocoa', type : 'feature', value : 'auto',
36 description: 'Cocoa user interface (macOS only)')
37 option('mpath', type : 'feature', value : 'auto',
38 description: 'Multipath persistent reservation passthrough')
39 option('iconv', type : 'feature', value : 'auto',
40 description: 'Font glyph conversion support')
41 option('curses', type : 'feature', value : 'auto',
42 description: 'curses UI')
43 option('libudev', type : 'feature', value : 'auto',
44 description: 'Use libudev to enumerate host devices')
45 option('sdl', type : 'feature', value : 'auto',
46 description: 'SDL user interface')
47 option('sdl_image', type : 'feature', value : 'auto',
48 description: 'SDL Image support for icons')
49 option('u2f', type : 'feature', value : 'auto',
50 description: 'U2F emulation support')
51 option('vnc', type : 'feature', value : 'enabled',
52 description: 'VNC server')
53 option('vnc_jpeg', type : 'feature', value : 'auto',
54 description: 'JPEG lossy compression for VNC server')
55 option('vnc_png', type : 'feature', value : 'auto',
56 description: 'PNG compression for VNC server')
57 option('vnc_sasl', type : 'feature', value : 'auto',
58 description: 'SASL authentication for VNC server')
59 option('xkbcommon', type : 'feature', value : 'auto',
60 description: 'xkbcommon support')
61
62 option('capstone', type: 'combo', value: 'auto',
63 choices: ['disabled', 'enabled', 'auto', 'system', 'internal'],
64 description: 'Whether and how to find the capstone library')
65 option('slirp', type: 'combo', value: 'auto',
66 choices: ['disabled', 'enabled', 'auto', 'system', 'internal'],
67 description: 'Whether and how to find the slirp library')
68 option('fdt', type: 'combo', value: 'auto',
69 choices: ['disabled', 'enabled', 'auto', 'system', 'internal'],
70 description: 'Whether and how to find the libfdt library')