mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-03 01:18:00 +03:00
f41deedd52
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
6 lines
499 B
Meson
6 lines
499 B
Meson
option('update-icon-cache', type: 'boolean', value: true, description: 'whether to run gtk-update-icon-cache')
|
|
option('compile-schemas', type: 'boolean', value: true, description: 'whether to compile gsettings schemas')
|
|
|
|
option('default-graphics', type: 'combo', choices: ['spice', 'vnc'], value: 'spice', description: 'default graphics type')
|
|
option('default-hvs', type: 'array', choices: ['qemu', 'xen', 'lxc', 'bhyve', 'vz'], description: 'list of hypervisors shown in "Open Connection" wizard')
|