From: Ole André Vadla Ravnås Date: Sun, 29 Jul 2018 18:54:24 +0000 (+0200) Subject: vala: Add missing gmodule-2.0 to Requires.private of pkg-config file X-Git-Tag: 0.47.1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0391ba98be09e55a394c7150bc06769812553f68;p=thirdparty%2Fvala.git vala: Add missing gmodule-2.0 to Requires.private of pkg-config file --- diff --git a/libvala.pc.in b/libvala.pc.in index fb136994d..ad6e350e8 100644 --- a/libvala.pc.in +++ b/libvala.pc.in @@ -17,5 +17,6 @@ Name: Vala Description: The Vala compiler library Version: @VERSION@ Requires: glib-2.0 gobject-2.0 +Requires.private: gmodule-2.0 Libs: -L${libdir} -lvala@PACKAGE_SUFFIX@ Cflags: -I${includedir}/vala@PACKAGE_SUFFIX@