meson deprecations
I'm opening this issue to track current and future meson deprecations. So far, meson 1.3.1 reports the following issues:
- 0.56.0: {'dependency.get_pkgconfig_variable'}
- 0.64.0: {'copy arg in configure_file'}
configure_file
can replaced with fs.copyfile and dependency.get_pkgconfig_variable
with get_variable.
Edited by Yegor Yefremov