From: <vac...@us...> - 2009-04-17 13:07:47
|
Revision: 139 http://xmlwrapp.svn.sourceforge.net/xmlwrapp/?rev=139&view=rev Author: vaclavslavik Date: 2009-04-17 13:07:32 +0000 (Fri, 17 Apr 2009) Log Message: ----------- use pkg-config's Require: field instead of Libs.private for dependency libraries Modified Paths: -------------- trunk/xmlwrapp.pc.in trunk/xsltwrapp.pc.in Modified: trunk/xmlwrapp.pc.in =================================================================== --- trunk/xmlwrapp.pc.in 2009-02-22 12:45:16 UTC (rev 138) +++ trunk/xmlwrapp.pc.in 2009-04-17 13:07:32 UTC (rev 139) @@ -6,7 +6,6 @@ Name: xmlwrapp Version: @VERSION@ Description: A C++ wrapper around libxml2 -Requires: +Requires: libxml-2.0 Libs: -L${libdir} -lxmlwrapp -Libs.private: @LIBXML_LIBS@ Cflags: -I${includedir} Modified: trunk/xsltwrapp.pc.in =================================================================== --- trunk/xsltwrapp.pc.in 2009-02-22 12:45:16 UTC (rev 138) +++ trunk/xsltwrapp.pc.in 2009-04-17 13:07:32 UTC (rev 139) @@ -6,7 +6,6 @@ Name: xsltwrapp Version: @VERSION@ Description: A C++ wrapper around libxslt -Requires: xmlwrapp = @VERSION@ +Requires: xmlwrapp = @VERSION@, libexslt, libxslt Libs: -L${libdir} -lxsltwrapp -Libs.private: @LIBEXSLT_LIBS@ @LIBXSLT_LIBS@ Cflags: -I${includedir} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |