|
From: <br...@us...> - 2009-03-20 08:46:17
|
Revision: 3862
http://openvrml.svn.sourceforge.net/openvrml/?rev=3862&view=rev
Author: braden
Date: 2009-03-20 08:46:07 +0000 (Fri, 20 Mar 2009)
Log Message:
-----------
Don't need OPENVRML_PKG_REQUIRES anymore.
Modified Paths:
--------------
trunk/ChangeLog
trunk/configure.ac
trunk/openvrml.pc.in
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-03-20 08:42:54 UTC (rev 3861)
+++ trunk/ChangeLog 2009-03-20 08:46:07 UTC (rev 3862)
@@ -1,5 +1,13 @@
2009-03-20 Braden McDaniel <br...@en...>
+ Don't need OPENVRML_PKG_REQUIRES anymore.
+
+ * configure.ac: Removed AC_SUBST for OPENVRML_PKG_REQUIRES.
+ * openvrml.pc.in: Removed Requires; we don't depend on any other
+ pkg-config-aware libraries.
+
+2009-03-20 Braden McDaniel <br...@en...>
+
* configure.ac: Now that font rendering is isolated to a dlopen'd
module, we don't need to add fontconfig and freetype2 to
OPENVRML_PKG_REQUIRES.
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2009-03-20 08:42:54 UTC (rev 3861)
+++ trunk/configure.ac 2009-03-20 08:46:07 UTC (rev 3862)
@@ -425,11 +425,6 @@
AM_CONDITIONAL([ENABLE_SHARED], [test "X$enable_shared" != "Xno"])
#
-# Optional dependencies (substituted in the pkg-config metadata files).
-#
-AC_SUBST([OPENVRML_PKG_REQUIRES])
-
-#
# Determine whether to apply the -rpath for the Gecko runtime libraries.
#
AS_IF([test "X$enable_gecko_rpath" = Xyes],
Modified: trunk/openvrml.pc.in
===================================================================
--- trunk/openvrml.pc.in 2009-03-20 08:42:54 UTC (rev 3861)
+++ trunk/openvrml.pc.in 2009-03-20 08:46:07 UTC (rev 3862)
@@ -6,6 +6,5 @@
Name: @PACKAGE_NAME@
Description: VRML/X3D run-time library.
Version: @PACKAGE_VERSION@
-Requires: @OPENVRML_PKG_REQUIRES@
Libs: -L${libdir} -lopenvrml -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.
|