summaryrefslogtreecommitdiff
path: root/data/icons/meson.build
blob: 54db0e377b5dfd17352f5bce94b1b4879b45aa27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
apps_path = [
  '16x16',
  '22x22',
  '24x24',
  '32x32',
  '48x48',
]

foreach app: apps_path
    install_data(
    join_paths(app, 'mate-notification-properties.png'),
    install_dir: join_paths(mm_iconsdir, 'hicolor', app, 'apps')
  )
endforeach

install_data(
  join_paths('scalable','mate-notification-properties.svg'),
  install_dir: join_paths(mm_iconsdir, 'hicolor', 'scalable', 'apps')
)