From: Andrea Zagli Date: Sat, 5 Sep 2020 06:55:44 +0000 (+0200) Subject: Missing dep in pkgconfig file. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;p=libzakutilsjsonxml Missing dep in pkgconfig file. --- 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}