Commit 889e4869 authored by Max Kellermann's avatar Max Kellermann

meson.build: install the SVG icon

This change from commit 61eff1cd got lost in the merge.
parent f77135f3
......@@ -443,6 +443,11 @@ if systemd_dep.found()
endif
install_data(
'mpd.svg',
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', 'scalable', 'apps'),
)
install_data(
'AUTHORS', 'COPYING', 'NEWS', 'README.md',
install_dir: join_paths(get_option('datadir'), 'doc', meson.project_name()),
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment