1option('qemu_suffix', type : 'string', value: 'qemu', 2 description: 'Suffix for QEMU data/modules/config directories (can be empty)') 3option('docdir', type : 'string', value : 'doc', 4 description: 'Base directory for documentation installation (can be empty)') 5 6option('gettext', type : 'boolean', value : true, 7 description: 'Localization of the GTK+ user interface') 8 9option('sdl', type : 'feature', value : 'auto', 10 description: 'SDL user interface') 11option('sdl_image', type : 'feature', value : 'auto', 12 description: 'SDL Image support for icons') 13option('u2f', type : 'feature', value : 'auto', 14 description: 'U2F emulation support') 15option('vnc', type : 'feature', value : 'enabled', 16 description: 'VNC server') 17option('vnc_jpeg', type : 'feature', value : 'auto', 18 description: 'JPEG lossy compression for VNC server') 19option('vnc_png', type : 'feature', value : 'auto', 20 description: 'PNG compression for VNC server') 21option('vnc_sasl', type : 'feature', value : 'auto', 22 description: 'SASL authentication for VNC server') 23option('xkbcommon', type : 'feature', value : 'auto', 24 description: 'xkbcommon support') 25