File: meson.build

package info (click to toggle)
sysprof 49.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,992 kB
  • sloc: ansic: 73,989; xml: 171; cpp: 49; sh: 32; makefile: 31; javascript: 6
file content (7 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (3)
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'))