meson: install themes to $datadir/foot/themes

This commit is contained in:
Daniel Eklöf 2021-10-27 17:31:02 +02:00
parent 329ad66568
commit eebec8e38d
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 2 additions and 0 deletions

View file

@ -43,6 +43,7 @@
* `[key-bindings].noop` action. Key combinations assigned to this
action will not be sent to the application
(https://codeberg.org/dnkl/foot/issues/765).
* Color schemes are now installed to `${datadir}/foot/themes`.
### Changed

View file

@ -240,6 +240,7 @@ if scdoc.found()
'LICENSE', 'README.md', 'CHANGELOG.md',
install_dir: join_paths(get_option('datadir'), 'doc', 'foot'))
install_data('foot.ini', install_dir: join_paths(get_option('datadir'), 'foot'))
install_subdir('themes', install_dir: join_paths(get_option('datadir'), 'foot'))
subdir('doc')
endif