]> git.ipfire.org Git - thirdparty/libvirt.git/commit
meson: src: build libvirt-lxc.so library
authorPavel Hrdina <phrdina@redhat.com>
Thu, 25 Jun 2020 14:30:41 +0000 (16:30 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Mon, 3 Aug 2020 07:27:04 +0000 (09:27 +0200)
commit4bb4faf9771b81d6358f81b64a03d9c8653a1ae8
treefb9f1afebbf5bf0c8d851ab918b4bc9cc2714c48
parent96191634e964325cf87f900f43972e1015f94020
meson: src: build libvirt-lxc.so library

There are two extra dependencies compared to automake, apparmor and
selinux.  It looks like libtool is doing some magic and inheriting
dependencies from libvirt.la which inherits these dependencies from
other libraries.

Without these two dependencies in meson the compilation fails.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
m4/virt-win-symbols.m4
src/Makefile.am
src/meson.build