From 598ca8a70764dd4b1d190501f69c7b55c76efc9c Mon Sep 17 00:00:00 2001
From: Andrea Zagli <azagli@libero.it>
Date: Sat, 5 Sep 2020 08:55:44 +0200
Subject: [PATCH] Missing dep in pkgconfig file.

---
 libzakutilsjsonxml.pc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libzakutilsjsonxml.pc.in b/libzakutilsjsonxml.pc.in
index 8a2cabc..01385e8 100644
--- a/libzakutilsjsonxml.pc.in
+++ b/libzakutilsjsonxml.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
 Name: @PACKAGE_NAME@
 Description: Utility functions for json and xml.
 Version: @PACKAGE_VERSION@
-Requires: glib-2.0 >= 2.36 gobject-2.0 >= 2.36 gio-2.0 >= 2.36 json-glib-1.0 libxml-2.0
+Requires: glib-2.0 >= 2.36 gobject-2.0 >= 2.36 gio-2.0 >= 2.36 json-glib-1.0 libxml-2.0 libzakutils
 Libs: -L${libdir} -lzakutilsjsonxml
 Cflags: -I${includedir}
-- 
2.49.0