Skip to content

Commit

Permalink
pkgconfig: Move libxml-2.0 dependency to Requires.private
Browse files Browse the repository at this point in the history
Requires should only list dependencies that are needed when linking
against the shared library. Any other dependency that's only used
internally in the library and not exposed in the interface should go to
Requires.private.

https://bugzilla.gnome.org/show_bug.cgi?id=679059
  • Loading branch information
kalev authored and sgranjoux committed Jul 1, 2012
1 parent 782750e commit b4862fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gdl-3.0.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ datarootdir=@datarootdir@
Name: gdl
Description: Gnome Docking Library
Version: @VERSION@
Requires: gtk+-3.0 libxml-2.0
Requires: gtk+-3.0
Requires.private: libxml-2.0
Libs: -L${libdir} -lgdl-3
Cflags: -I${includedir}

0 comments on commit b4862fe

Please sign in to comment.