commit | 6ceeb4c08ec858182a847634f976be0c45e76e6e | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 12 08:01:18 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 12 08:01:18 2023 -0500 |
tree | 12522e75a34dfe14a9a4385ef3f52f1c3f88335a | |
parent | e8d664d1689cfec3449ec964262d665f7b4ec873 [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: Icfc9a4ff0929cfe33ff5773988016e5ee39337ac Signed-off-by: Patrick Williams <patrick@stwcx.xyz>