mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
This means we don't install org.gnome.Sysprof.svg anymore when building with -Ddevelopment=true (and vice versa). We do use org.gnome.Sysprof.svg from libsysprof-ui, but that embeds the appropriate resources.
8 lines
234 B
Meson
8 lines
234 B
Meson
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'))
|