]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Replace dep.get_pkgconfig_variable() with dep.get_variable(pkgconfig:)
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 7 Oct 2022 07:48:00 +0000 (09:48 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 10 Oct 2022 13:06:09 +0000 (15:06 +0200)
commit968479adcfa5c49b29b7b6680dcaffde1408f044
tree85a6d4a0675284414f21ab542e532a55c2c1530d
parent27df3522e63a15bfd2d25be4340f4a38659400df
Replace dep.get_pkgconfig_variable() with dep.get_variable(pkgconfig:)

The get_pkgconfig_variable() method is deprecated in 0.56.0 and
we're recommended to use get_variable(pkgconfig : ...) instead.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
meson.build