Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dmeson.build26 system_ss.add(when: spice_protocol, if_true: files('vdagent.c'))
/openbmc/qemu/
H A Dmeson.build1012 spice_protocol = not_found variable
1013 if not get_option('spice_protocol').auto() or have_system
1014 spice_protocol = dependency('spice-protocol', version: '>=0.14.0', variable
1015 required: get_option('spice_protocol'),
2213 config_host_data.set('CONFIG_SPICE_PROTOCOL', spice_protocol.found())
2214 if spice_protocol.found()
2215 config_host_data.set('CONFIG_SPICE_PROTOCOL_MAJOR', spice_protocol.version().split('.')[0])
2216 config_host_data.set('CONFIG_SPICE_PROTOCOL_MINOR', spice_protocol.version().split('.')[1])
2217 config_host_data.set('CONFIG_SPICE_PROTOCOL_MICRO', spice_protocol.version().split('.')[2])
4304 summary_info += {'spice protocol support': spice_protocol}
[all …]
H A Dmeson_options.txt217 option('spice_protocol', type : 'feature', value : 'auto', feature