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