mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-22 13:34:07 +03:00
5f34dea0ed
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
8 lines
585 B
Meson
8 lines
585 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')
|
|
|
|
option('tests', type: 'feature', value: 'auto', description: 'whether to run tests')
|