hw/s390x/css: Remove double initialization
[qemu/ar7.git] / ui / icons / meson.build
blobb6e21f6ad7279b4cf0225f64f4bd6606c0b6a08f
1 foreach s: [16, 24, 32, 48, 64, 128, 256, 512]
2   s = '@0@x@0@'.format(s.to_string())
3   install_data('qemu_@0@.png'.format(s),
4                rename: 'qemu.png',
5                install_dir: config_host['qemu_icondir'] / 'hicolor' / s / 'apps')
6 endforeach
8 install_data('qemu_32x32.bmp',
9              rename: 'qemu.bmp',
10              install_dir: config_host['qemu_icondir'] / 'hicolor' / '32x32' / 'apps')
12 install_data('qemu.svg',
13              install_dir: config_host['qemu_icondir'] / 'hicolor' / 'scalable' / 'apps')