On Thu, Jul 23, 2020 at 12:18:45 +0200, Peter Krempa wrote:
On Thu, Jul 16, 2020 at 11:56:40 +0200, Pavel Hrdina wrote:
> Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com>
> ---
> src/meson.build | 1 +
> src/qemu/Makefile.inc.am | 106 ---------------------------
> src/{ => qemu}/libvirt_qemu_probes.d | 0
> src/qemu/meson.build | 95 ++++++++++++++++++++++++
> 4 files changed, 96 insertions(+), 106 deletions(-)
> rename src/{ => qemu}/libvirt_qemu_probes.d (100%)
> create mode 100644 src/qemu/meson.build
[...]
> +if conf.has('WITH_QEMU')
> + qemu_driver_impl = static_library(
> + 'virt_driver_qemu_impl',
> + [
> + qemu_driver_sources,
> + qemu_dtrace_gen_headers,
> + ],
> + dependencies: [
> + access_dep,
> + capng_dep,
> + gnutls_dep,
> + libnl_dep,
> + selinux_dep,
> + src_dep,
> + xdr_dep,
Isn't yajl missing here?
Oh, never-mind. I've didn't notice at first glance that src_dep actually
includes dependencies from util.