]> git.ipfire.org Git - thirdparty/libvirt.git/commit
meson: Replace external_program.path() with external_program.full_path()
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 7 Oct 2022 07:43:33 +0000 (09:43 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 10 Oct 2022 13:06:09 +0000 (15:06 +0200)
commit27df3522e63a15bfd2d25be4340f4a38659400df
tree59ad2fff0dc5fb1b98aeaae8fa84696b4f8f7b03
parent3395c35f2f87d8f40e0648ce77c230b525a84d9a
meson: Replace external_program.path() with external_program.full_path()

The path() method is deprecated in 0.55.0 and we're recommended
to use full_path() instead. Interestingly, we were already doing
do in couple of places, but not all of them.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
build-aux/meson.build
docs/meson.build
meson.build
src/access/meson.build
src/meson.build
src/network/meson.build
tests/meson.build