Browse Source
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20200826130622.553318-4-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>pull/96/head
committed by
Paolo Bonzini
3 changed files with 14 additions and 12 deletions
@ -0,0 +1,13 @@ |
|||
foreach s: [16, 24, 32, 48, 64, 128, 256, 512] |
|||
s = '@0@x@0@'.format(s.to_string()) |
|||
install_data('qemu_@0@.png'.format(s), |
|||
rename: 'qemu.png', |
|||
install_dir: config_host['qemu_icondir'] / 'hicolor' / s / 'apps') |
|||
endforeach |
|||
|
|||
install_data('qemu_32x32.bmp', |
|||
rename: 'qemu.bmp', |
|||
install_dir: config_host['qemu_icondir'] / 'hicolor' / '32x32' / 'apps') |
|||
|
|||
install_data('qemu.svg', |
|||
install_dir: config_host['qemu_icondir'] / 'hicolor' / 'scalable' / 'apps') |
|||
Loading…
Reference in new issue