From a29e71c7161b2629379ab2f656396bc6ac88f88a Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Sat, 5 Sep 2020 09:00:52 +0200 Subject: [PATCH] Missing dep in pkgconfig file. --- libgdaex.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgdaex.pc.in b/libgdaex.pc.in index 7f64fdf..1df8209 100644 --- a/libgdaex.pc.in +++ b/libgdaex.pc.in @@ -7,6 +7,6 @@ modulesdir=@libdir@/@PACKAGE@/modules Name: @PACKAGE_NAME@ Description: A libgda's "subclass" Version: @PACKAGE_VERSION@ -Requires: libgda-5.0 gio-2.0 >= 2.36 gtk+-3.0 +Requires: libgda-5.0 gio-2.0 >= 2.36 gtk+-3.0 libzakutilsjsonxml Libs: -L${libdir} -lgdaex Cflags: -I${includedir} -- 2.49.0