From 25a12767429d8c9b090ff7f91e514186881a8708 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Sat, 21 May 2016 15:34:08 +0200 Subject: [PATCH] Missing libzakutils dependency in pkgconfig. --- libzakform.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libzakform.pc.in b/libzakform.pc.in index 9cfc80a..c3ac34d 100644 --- a/libzakform.pc.in +++ b/libzakform.pc.in @@ -7,6 +7,6 @@ modulesdir=@libdir@/@PACKAGE@/modules Name: @PACKAGE_NAME@ Description: Class for form. Version: @PACKAGE_VERSION@ -Requires: glib-2.0 >= 2.36 gobject-2.0 gmodule-2.0 libxml-2.0 +Requires: glib-2.0 >= 2.36 gobject-2.0 gmodule-2.0 libxml-2.0 libzakutils Libs: -L${libdir} -lzakform Cflags: -I${includedir} -- 2.49.0