more on meson
This commit is contained in:
parent
e987692c7a
commit
7ca04f79ce
1 changed files with 5 additions and 3 deletions
|
@ -19,6 +19,8 @@ singleapp_dep = singleapp_proj.get_variable('singleapp_dep')
|
||||||
|
|
||||||
subdir('src')
|
subdir('src')
|
||||||
|
|
||||||
|
if build_machine.system() == 'linux'
|
||||||
install_data('misc/kima2.svg', install_dir : get_option('datadir') / 'icons/hicolor/scalable/apps')
|
install_data('misc/kima2.svg', install_dir : get_option('datadir') / 'icons/hicolor/scalable/apps')
|
||||||
install_data('misc/kima2.desktop', install_dir : get_option('datadir') / 'applications')
|
install_data('misc/kima2.desktop', install_dir : get_option('datadir') / 'applications')
|
||||||
install_data('manual/Benutzerhandbuch.pdf', install_dir : get_option('datadir') / 'kima2')
|
install_data('manual/Benutzerhandbuch.pdf', install_dir : get_option('datadir') / 'kima2')
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in a new issue