Searched refs:spice_protocol (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/ui/ |
H A D | meson.build | 27 system_ss.add(when: spice_protocol, if_true: files('vdagent.c'))
|
/openbmc/qemu/ |
H A D | meson.build | 1287 spice_protocol = not_found variable 1288 if not get_option('spice_protocol').auto() or have_system 1289 spice_protocol = dependency('spice-protocol', version: '>=0.14.0', variable 1290 required: get_option('spice_protocol'), 2539 config_host_data.set('CONFIG_SPICE_PROTOCOL', spice_protocol.found()) 2540 if spice_protocol.found() 2541 config_host_data.set('CONFIG_SPICE_PROTOCOL_MAJOR', spice_protocol.version().split('.')[0]) 2542 config_host_data.set('CONFIG_SPICE_PROTOCOL_MINOR', spice_protocol.version().split('.')[1]) 2543 config_host_data.set('CONFIG_SPICE_PROTOCOL_MICRO', spice_protocol.version().split('.')[2]) 4725 summary_info += {'spice protocol support': spice_protocol} [all …]
|
H A D | meson_options.txt | 221 option('spice_protocol', type : 'feature', value : 'auto', feature
|