qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

meson.build (475B)


      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: qemu_icondir / 'hicolor' / s / 'apps')
      6 endforeach
      7 
      8 install_data('qemu_32x32.bmp',
      9              rename: 'qemu.bmp',
     10              install_dir: qemu_icondir / 'hicolor' / '32x32' / 'apps')
     11 
     12 install_data('qemu.svg',
     13              install_dir: qemu_icondir / 'hicolor' / 'scalable' / 'apps')