meson.build: install the SVG icon

This change from commit 61eff1cddf got
lost in the merge.
This commit is contained in:
Max Kellermann 2018-10-26 15:54:28 +02:00
parent f77135f307
commit 889e4869f9
1 changed files with 5 additions and 0 deletions

View File

@ -442,6 +442,11 @@ if systemd_dep.found()
subdir('systemd') subdir('systemd')
endif endif
install_data(
'mpd.svg',
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', 'scalable', 'apps'),
)
install_data( install_data(
'AUTHORS', 'COPYING', 'NEWS', 'README.md', 'AUTHORS', 'COPYING', 'NEWS', 'README.md',
install_dir: join_paths(get_option('datadir'), 'doc', meson.project_name()), install_dir: join_paths(get_option('datadir'), 'doc', meson.project_name()),