mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-07-03 14:35:38 +02: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
ffccabbb13
commit
4daa3d9904
4 changed files with 10 additions and 6 deletions
|
@ -23,6 +23,10 @@
|
|||
|
||||
|
||||
### Changed
|
||||
|
||||
* Minimum required meson version is now 0.58.
|
||||
|
||||
|
||||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue