meson.build: install the SVG icon
This change from commit 61eff1cddf
got
lost in the merge.
This commit is contained in:
parent
f77135f307
commit
889e4869f9
|
@ -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()),
|
||||||
|
|
Loading…
Reference in New Issue