]> xenbits.xensource.com Git - osstest.git/commit
ts-libvirt-build: Rework to build with meson
authorAnthony PERARD <anthony.perard@citrix.com>
Fri, 29 Jul 2022 13:39:52 +0000 (14:39 +0100)
committerAnthony PERARD <anthony.perard@citrix.com>
Thu, 11 Aug 2022 16:25:53 +0000 (17:25 +0100)
commit8510c7dfaf593c2eaae9970a41079dca2a009183
tree298096154de764c8f1dbbc99df2d4c1047053f67
parentf9d084aba63544837a2ef7e33327a6ae4e97a331
ts-libvirt-build: Rework to build with meson

libvirt have switch build system to Meson + Ninja, there is no more
autogen.sh script.

Add missing dependency "libtirpc-dev" and "meson".

libvirt needs at least meson 0.54, the version avaiable in Debian
Buster is too old, but we can install it from backports.

In order to find out if Meson is used or not, we'll check if the
"autogen.sh" script is missing. And in the build dir, we will look for
a "Makefile".

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
ts-libvirt-build
ts-xen-build-prep