|
From: <br...@us...> - 2009-10-30 17:47:25
|
Revision: 4026
http://openvrml.svn.sourceforge.net/openvrml/?rev=4026&view=rev
Author: braden
Date: 2009-10-30 17:47:15 +0000 (Fri, 30 Oct 2009)
Log Message:
-----------
Added libxml-2.0 to Requires.private.
Modified Paths:
--------------
trunk/ChangeLog
trunk/openvrml.pc.in
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-10-30 17:42:27 UTC (rev 4025)
+++ trunk/ChangeLog 2009-10-30 17:47:15 UTC (rev 4026)
@@ -1,5 +1,9 @@
2009-10-30 Braden McDaniel <br...@en...>
+ * openvrml.pc.in: Added libxml-2.0 to Requires.private.
+
+2009-10-30 Braden McDaniel <br...@en...>
+
* configure.ac: Use pkg-config to check for libpng. This allows
us to be a little smarter about linking and avoid linking directly
with zlib on platforms that don't need it.
Modified: trunk/openvrml.pc.in
===================================================================
--- trunk/openvrml.pc.in 2009-10-30 17:42:27 UTC (rev 4025)
+++ trunk/openvrml.pc.in 2009-10-30 17:47:15 UTC (rev 4026)
@@ -6,6 +6,7 @@
Name: @PACKAGE_NAME@
Description: VRML/X3D run-time library.
Version: @PACKAGE_VERSION@
+Requires.private: libxml-2.0 >= 2.5
Libs: -L${libdir} -lopenvrml
Libs.private: -lboost_thread@BOOST_LIB_SUFFIX@ -lboost_filesystem@BOOST_LIB_SUFFIX@ -lltdl
Cflags: -I${includedir}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|