GNOME Bugzilla – Bug 657339
Fix xml2po.pc to not Require libxml.pc
Last modified: 2012-02-05 16:42:00 UTC
.pc files are really about development packages; for people building distributions or operating systems, which have split runtime and devel, we really don't want to pull in libxml2 headers when all that xml2po needs is the runtime library. Fixing this is important because I have changed jhbuild to call pkg-config --modversion on installed pkg-config packages, but it blows up if there's a missing dependency.
Created attachment 194707 [details] [review] Fix xml2po.pc to not Require libxml.pc
Still have this patch...
Seems the right thing to do to me.
Attachment 194707 [details] pushed as 6dee112 - Fix xml2po.pc to not Require libxml.pc