]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vala: Add missing gmodule-2.0 to Requires.private of pkg-config file
authorOle André Vadla Ravnås <oleavr@gmail.com>
Sun, 29 Jul 2018 18:54:24 +0000 (20:54 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 6 Nov 2019 08:35:53 +0000 (09:35 +0100)
libvala.pc.in

index fb136994dd98e82a3a12d4e0a87c036f9a134779..ad6e350e8cfd65c1b9293b92666ec9492b023add 100644 (file)
@@ -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@