meson: switch checks to depend on json-c as well as yajl

Ensure both are required during this series to make bisecting smooth.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
Ján Tomko
2024-08-14 21:44:58 +02:00
parent 1873b54512
commit 28c9872639
7 changed files with 16 additions and 10 deletions

View File

@@ -28,6 +28,7 @@ nss_libvirt_impl = static_library(
'-DLIBVIRT_NSS'
],
dependencies: [
json_c_dep,
tools_dep,
yajl_dep,
],
@@ -44,6 +45,7 @@ nss_libvirt_guest_impl = static_library(
'-DLIBVIRT_NSS_GUEST',
],
dependencies: [
json_c_dep,
tools_dep,
yajl_dep,
],