commit | cc7f5bf00c24ed5a7c5d74c95a7f1d9549aec1d3 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 12 08:01:22 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Apr 18 14:22:47 2023 -0500 |
tree | 6b1c934b59b6d419ea008501e4275847a6fa1ef6 | |
parent | c8a5b7b7b4e773d5384339286e757f756d5edfb3 [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: Iea38cd41ecdf6425bb335af39691dfac60cad7db Signed-off-by: Patrick Williams <patrick@stwcx.xyz>