config: include: add support for ~-expansion

Closes #659
This commit is contained in:
Daniel Eklöf 2021-07-30 14:44:16 +02:00
parent 46d30406be
commit 02f0e0d912
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 17 additions and 1 deletions

View file

@ -35,6 +35,8 @@
* Window title in the CSDs
(https://codeberg.org/dnkl/foot/issues/638).
* `-Ddocs=disabled|enabled|auto` meson command line option.
* Support for `~`-expansion in the `include` directive
(https://codeberg.org/dnkl/foot/issues/659).
### Changed