commit | 1485d7cd773c1a853f8d37ce6211b6d2ca8a611e | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 12 08:10:13 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 12 13:21:31 2023 +0000 |
tree | ed21f8293af7efc857d2d7602e9fe649da638727 | |
parent | df17706daf34bdd8a0ab43fb9534bfa90f928c4a [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: I534f5358e7c801ad5ad2c28185ab53b683ee3097 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>