commit | 67d40593eb46d0d23d72850d4c23e15bfd49f9ee | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 12 08:01:22 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 12 08:01:22 2023 -0500 |
tree | 3fb484531bbb3de4a3269a0d02d6f894d9d4d529 | |
parent | ea0c9bb88c6808a99d5562b89bd5234d4467e308 [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: I9daae807312503e2ba42b6cae0417c54621db394 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>