shippable.yml: Remove the Debian9-based MinGW cross-compiler tests
[qemu/ar7.git] / meson_options.txt
blob46ea1d889a83e38a2bd8f2f4d9cdcf2978afa143
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)')
6 option('gettext', type : 'boolean', value : true,
7        description: 'Localization of the GTK+ user interface')
9 option('malloc_trim', type : 'feature', value : 'auto',
10        description: 'enable libc malloc_trim() for memory optimization')
11 option('malloc', type : 'combo', choices : ['system', 'tcmalloc', 'jemalloc'],
12        value: 'system', description: 'choose memory allocator to use')
14 option('cocoa', type : 'feature', value : 'auto',
15        description: 'Cocoa user interface (macOS only)')
16 option('mpath', type : 'feature', value : 'auto',
17        description: 'Multipath persistent reservation passthrough')
18 option('sdl', type : 'feature', value : 'auto',
19        description: 'SDL user interface')
20 option('sdl_image', type : 'feature', value : 'auto',
21        description: 'SDL Image support for icons')
22 option('u2f', type : 'feature', value : 'auto',
23        description: 'U2F emulation support')
24 option('vnc', type : 'feature', value : 'enabled',
25        description: 'VNC server')
26 option('vnc_jpeg', type : 'feature', value : 'auto',
27        description: 'JPEG lossy compression for VNC server')
28 option('vnc_png', type : 'feature', value : 'auto',
29        description: 'PNG compression for VNC server')
30 option('vnc_sasl', type : 'feature', value : 'auto',
31        description: 'SASL authentication for VNC server')
32 option('xkbcommon', type : 'feature', value : 'auto',
33        description: 'xkbcommon support')