File: meson.build

package info (click to toggle)
sysprof 50~beta-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,320 kB
  • sloc: ansic: 75,152; xml: 173; cpp: 49; sh: 32; makefile: 31; javascript: 6
file content (7 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
icondir = join_paths(datadir, 'icons/hicolor')

foreach kind: ['scalable', 'symbolic']
  install_subdir(kind, install_dir: icondir)
endforeach

install_data('@0@.svg'.format(app_id), install_dir: join_paths(icondir, 'scalable/apps'))