summaryrefslogtreecommitdiffstats
path: root/panels/power/icons/meson.build
blob: 4cc814b3d50d86ebd1064e0c6c992b27cfbe7ab3 (plain)
1
2
3
4
5
6
7
8
9
10
install_data(
  'scalable/org.gnome.Settings-power-symbolic.svg',
  install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'apps')
)

# what an oddity. icons should install to the same location.
install_data(
  'info-symbolic.svg',
  install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'status')
)