mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-29 07:58:01 -04:00
meson: stop using deprecated functions, require meson >= 0.58
* get_pkgconfig_variable() -> get_variable() * prog.path() -> prog.full_path() * meson.build_root() -> meson.global_build_root()
This commit is contained in:
parent
a65804139d
commit
9b343fd9fb
3 changed files with 8 additions and 7 deletions
|
|
@ -48,6 +48,7 @@
|
|||
|
||||
### Changed
|
||||
|
||||
* Minimum required meson version is now 0.58.
|
||||
* Mouse selections are now finalized when the window is resized
|
||||
(https://codeberg.org/dnkl/foot/issues/922).
|
||||
* Support for re-mapping input, i.e. mapping input to custom escape
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue