mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 14:40:54 +00:00
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.
This commit is contained in:
@ -30,11 +30,5 @@ if get_option('gtk') and get_option('libsysprof')
|
||||
install_dir: join_paths(datadir, 'applications')
|
||||
)
|
||||
|
||||
icon_sizes = ['scalable', 'symbolic']
|
||||
foreach size: icon_sizes
|
||||
install_subdir('icons/' + size,
|
||||
install_dir: join_paths(datadir, 'icons/hicolor')
|
||||
)
|
||||
endforeach
|
||||
|
||||
subdir('icons')
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user