Home
last modified time | relevance | path

Searched refs:spice_protocol (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/ui/
H A Dmeson.build27 system_ss.add(when: spice_protocol, if_true: files('vdagent.c'))
/openbmc/qemu/
H A Dmeson.build1215 spice_protocol = not_found variable
1216 if not get_option('spice_protocol').auto() or have_system
1217 spice_protocol = dependency('spice-protocol', version: '>=0.14.0', variable
1218 required: get_option('spice_protocol'),
2417 config_host_data.set('CONFIG_SPICE_PROTOCOL', spice_protocol.found())
2418 if spice_protocol.found()
2419 config_host_data.set('CONFIG_SPICE_PROTOCOL_MAJOR', spice_protocol.version().split('.')[0])
2420 config_host_data.set('CONFIG_SPICE_PROTOCOL_MINOR', spice_protocol.version().split('.')[1])
2421 config_host_data.set('CONFIG_SPICE_PROTOCOL_MICRO', spice_protocol.version().split('.')[2])
4453 summary_info += {'spice protocol support': spice_protocol}
[all …]
H A Dmeson_options.txt215 option('spice_protocol', type : 'feature', value : 'auto', feature