mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
meson: install themes to $datadir/foot/themes
This commit is contained in:
parent
329ad66568
commit
eebec8e38d
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue