commit | 9cd870723e4178e91da9ee13f506918e231a249e | [log] [tgz] |
---|---|---|
author | Patrik Tesarik <patrik.tesarik@rub.de> | Wed Jun 02 19:42:40 2021 +0200 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Nov 15 13:00:31 2021 +0000 |
tree | afb714bc7e3ff725ea6f45c07423ed51cc49fc36 | |
parent | 6e4a3f6faac8ddb8b3a17bebf6f5c8ac0977643a [diff] |
meson: switch pkgconfig access method Since meson (>=0.56) the use of `get_pkgconfig_variable()` is deprecated in favor of the more arbitrary `get_variable()`. See [reference][] under: "Arbitrary variables from dependencies that can be found multiple ways". [Reference]: https://github.com/mesonbuild/meson/blob/master/docs/markdown/Dependencies.md Signed-off-by: Patrik Tesarik <patrik.tesarik@9elements.com> Change-Id: I89d877108f75a4a48f644a75c1fd0e3703e7e1fb Signed-off-by: Patrick Williams <patrick@stwcx.xyz>