commit | 6f25d7b4d08c55d24b04fb66b1758ad5454a304c | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 12 08:05:49 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 12 08:05:49 2023 -0500 |
tree | 07845ba495730e1a080dbff3548cee71f81b6747 | |
parent | 51835394c3e7e46ab66b21e191b70b95361f518b [diff] |
meson: remove deprecated get_pkgconfig_variable Since meson 0.56, the `get_pkgconfig_variable` has been deprecated. In meson 0.58 the `get_variable` was enhanced to no longer require the `pkgconfig` keyword argument. Ensure meson 0.58 is required and update the usage of all `get_pkgconfig_variable` and `get_variable` to be the modern variant. Change-Id: If11ba12cb1999a11d4a2e3ad8c43cb0cfa1025fa Signed-off-by: Patrick Williams <patrick@stwcx.xyz>