|
From: <br...@us...> - 2009-03-20 08:42:56
|
Revision: 3861
http://openvrml.svn.sourceforge.net/openvrml/?rev=3861&view=rev
Author: braden
Date: 2009-03-20 08:42:54 +0000 (Fri, 20 Mar 2009)
Log Message:
-----------
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 Paths:
--------------
trunk/ChangeLog
trunk/configure.ac
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-03-20 08:39:34 UTC (rev 3860)
+++ trunk/ChangeLog 2009-03-20 08:42:54 UTC (rev 3861)
@@ -1,5 +1,11 @@
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.
+
+2009-03-20 Braden McDaniel <br...@en...>
+
* configure.ac: Now that the SpiderMonkey dependency is isolated
to a dlopen'd module, we don't need to add mozilla-js to
OPENVRML_PKG_REQUIRES.
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2009-03-20 08:39:34 UTC (rev 3860)
+++ trunk/configure.ac 2009-03-20 08:42:54 UTC (rev 3861)
@@ -262,10 +262,6 @@
if test X$have_fontconfig = Xno -o X$have_freetype = Xno; then
AC_MSG_FAILURE([fontconfig and FreeType are required for rendering Text nodes.])
fi
- if test -n "${OPENVRML_PKG_REQUIRES}"; then
- OPENVRML_PKG_REQUIRES="${OPENVRML_PKG_REQUIRES},"
- fi
- OPENVRML_PKG_REQUIRES="${OPENVRML_PKG_REQUIRES} ${REQUIRE_FONTCONFIG} ${REQUIRE_FREETYPE}"
AC_DEFINE([OPENVRML_ENABLE_RENDER_TEXT_NODE], [1],
[Defined if support for rendering Text nodes is enabled.])
AC_DEFINE_UNQUOTED([OPENVRML_FT_CONST], [$ov_cv_ft_const],
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|