]> git.ipfire.org Git - thirdparty/libvirt.git/commit
meson: Replace meson.build_root() with meson.project_build_root()
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 7 Oct 2022 07:31:32 +0000 (09:31 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 10 Oct 2022 13:06:09 +0000 (15:06 +0200)
commit5ecdcf85416c51c8fbbf4c79a72ad219854b039e
treed081f67ffe29cfdca519a099aa3f4f840077123f
parent190486519a2d791feb31124bff5a5179fca83e25
meson: Replace meson.build_root() with meson.project_build_root()

The build_root() method is deprecated in 0.56.0 and we're
recommended to use project_build_root() instead.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
13 files changed:
build-aux/meson.build
docs/go/meson.build
docs/html/meson.build
docs/kbase/internals/meson.build
docs/kbase/meson.build
docs/manpages/meson.build
docs/meson.build
meson.build
po/meson.build
src/esx/meson.build
src/hyperv/meson.build
src/meson.build
tests/meson.build