diff options
author | Max Kellermann <max@musicpd.org> | 2018-10-26 15:54:28 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-10-26 15:54:59 +0200 |
commit | 889e4869f9880fb4a782e1c753a5a7e8014ac72d (patch) | |
tree | 28677592c6a6fe62d15b0b0e3b1b1c41b74c20d1 /meson.build | |
parent | f77135f30729eca3da9a67b79c20453bbc5b05a6 (diff) |
meson.build: install the SVG icon
This change from commit 61eff1cddf8e69eec313042fd2edae5f590ae099 got
lost in the merge.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meson.build b/meson.build index ab4afecf8..44a1db6a4 100644 --- a/meson.build +++ b/meson.build @@ -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()), ) |