Files
sysprof/data/icons/meson.build
Christian Hergert 3002640c50 build: use app-id to determine installed icon
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.
2022-07-22 13:13:59 -07:00

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'))