mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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:
@@ -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,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user