2020-08-26 19:04:16 +08:00
|
|
|
option('qemu_suffix', type : 'string', value: 'qemu',
|
2020-08-26 19:04:15 +08:00
|
|
|
description: 'Suffix for QEMU data/modules/config directories (can be empty)')
|
2020-08-26 19:04:17 +08:00
|
|
|
option('docdir', type : 'string', value : 'doc',
|
|
|
|
description: 'Base directory for documentation installation (can be empty)')
|
2020-09-01 13:59:23 +08:00
|
|
|
|
|
|
|
option('gettext', type : 'boolean', value : true,
|
|
|
|
description: 'Localization of the GTK+ user interface')
|
|
|
|
|
2020-09-01 23:15:30 +08:00
|
|
|
option('malloc_trim', type : 'feature', value : 'auto',
|
|
|
|
description: 'enable libc malloc_trim() for memory optimization')
|
|
|
|
option('malloc', type : 'combo', choices : ['system', 'tcmalloc', 'jemalloc'],
|
|
|
|
value: 'system', description: 'choose memory allocator to use')
|
|
|
|
|
2020-09-01 23:28:59 +08:00
|
|
|
option('cocoa', type : 'feature', value : 'auto',
|
|
|
|
description: 'Cocoa user interface (macOS only)')
|
2020-09-17 00:07:29 +08:00
|
|
|
option('mpath', type : 'feature', value : 'auto',
|
|
|
|
description: 'Multipath persistent reservation passthrough')
|
2020-09-01 13:59:23 +08:00
|
|
|
option('sdl', type : 'feature', value : 'auto',
|
|
|
|
description: 'SDL user interface')
|
|
|
|
option('sdl_image', type : 'feature', value : 'auto',
|
|
|
|
description: 'SDL Image support for icons')
|
|
|
|
option('u2f', type : 'feature', value : 'auto',
|
|
|
|
description: 'U2F emulation support')
|
|
|
|
option('vnc', type : 'feature', value : 'enabled',
|
|
|
|
description: 'VNC server')
|
|
|
|
option('vnc_jpeg', type : 'feature', value : 'auto',
|
|
|
|
description: 'JPEG lossy compression for VNC server')
|
|
|
|
option('vnc_png', type : 'feature', value : 'auto',
|
|
|
|
description: 'PNG compression for VNC server')
|
|
|
|
option('vnc_sasl', type : 'feature', value : 'auto',
|
|
|
|
description: 'SASL authentication for VNC server')
|
|
|
|
option('xkbcommon', type : 'feature', value : 'auto',
|
|
|
|
description: 'xkbcommon support')
|