From 889e4869f9880fb4a782e1c753a5a7e8014ac72d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 26 Oct 2018 15:54:28 +0200 Subject: meson.build: install the SVG icon This change from commit 61eff1cddf8e69eec313042fd2edae5f590ae099 got lost in the merge. --- meson.build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index ab4afecf8..44a1db6a4 100644 --- a/meson.build +++ b/meson.build @@ -442,6 +442,11 @@ if systemd_dep.found() subdir('systemd') 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()), -- cgit v1.2.3