Skip to content

Commit

Permalink
libvaladoc: Move gmodule-2.0 to Requires.private of pkg-config file
Browse files Browse the repository at this point in the history
It is not required by the public API
  • Loading branch information
ricotz committed Nov 7, 2019
1 parent ecb8205 commit aeb3bce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libvaladoc/valadoc.deps.in
@@ -1,3 +1,3 @@
gmodule-2.0
gobject-2.0
libgvc
libvala@PACKAGE_SUFFIX@
3 changes: 2 additions & 1 deletion libvaladoc/valadoc.pc.in
Expand Up @@ -11,6 +11,7 @@ vapidir=@datadir@/vala/vapi
Name: Valadoc
Description: The Vala documentation compiler library
Version: @VERSION@
Requires: gmodule-2.0 libgvc libvala@PACKAGE_SUFFIX@
Requires: gobject-2.0 libgvc libvala@PACKAGE_SUFFIX@
Requires.private: gmodule-2.0
Libs: -L${libdir} -lvaladoc@PACKAGE_SUFFIX@
Cflags: -I${includedir}/valadoc@PACKAGE_SUFFIX@

0 comments on commit aeb3bce

Please sign in to comment.