commit | c76391be84632617e1c302fe11d423891a3b56b1 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 12 08:01:25 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 12 08:01:25 2023 -0500 |
tree | 21db8e187ea1c0c466a48ec8107756564f7aebc4 | |
parent | 8c22d07b2f951d658ca61bd1ac43cbd9ea5f8922 [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: I7df6262b311149cc179f43d7802dd2aacbc55317 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>