[libvirt PATCH 09/20] meson: nss: link with json-c if available

Ján Tomko posted 20 patches 3 months, 1 week ago
There is a newer version of this series
[libvirt PATCH 09/20] meson: nss: link with json-c if available
Posted by Ján Tomko 3 months, 1 week ago
Signed-off-by: Ján Tomko <jtomko@redhat.com>
---
 tools/nss/meson.build | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/nss/meson.build b/tools/nss/meson.build
index 85e2838fb7..1cae93ac67 100644
--- a/tools/nss/meson.build
+++ b/tools/nss/meson.build
@@ -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,
   ],
-- 
2.45.2