Skip to content

Commit

Permalink
vala: Add missing gmodule-2.0 to Requires.private of pkg-config file
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr authored and ricotz committed Nov 6, 2019
1 parent 417dd66 commit 0391ba9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libvala.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -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@

0 comments on commit 0391ba9

Please sign in to comment.