commit | 65d1753ca99624e9f6e8479b66a82764a75d4b88 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 12 08:01:11 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 12 08:01:11 2023 -0500 |
tree | 294959bb9f762e66d33d879fdf282148e1b3f9a8 | |
parent | 30751ec2595dc31441a29294a14c705cec9d0d5d [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: I3f360e25af1da4b026e70cce65480641ebcac263 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>