tests/socket-helpers: Treat EAI_NONAME as EADDRNOTAVAIL
[qemu/ar7.git] / meson_options.txt
blob543cf70043a25fb442ff399e42ff34138d5c24d0
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('sdl', type : 'feature', value : 'auto',
10        description: 'SDL user interface')
11 option('sdl_image', type : 'feature', value : 'auto',
12        description: 'SDL Image support for icons')
13 option('u2f', type : 'feature', value : 'auto',
14        description: 'U2F emulation support')
15 option('vnc', type : 'feature', value : 'enabled',
16        description: 'VNC server')
17 option('vnc_jpeg', type : 'feature', value : 'auto',
18        description: 'JPEG lossy compression for VNC server')
19 option('vnc_png', type : 'feature', value : 'auto',
20        description: 'PNG compression for VNC server')
21 option('vnc_sasl', type : 'feature', value : 'auto',
22        description: 'SASL authentication for VNC server')
23 option('xkbcommon', type : 'feature', value : 'auto',
24        description: 'xkbcommon support')