[GRASS-SVN] r46327 - grass/trunk
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 17 12:11:15 EDT 2011
Author: glynn
Date: 2011-05-17 09:11:15 -0700 (Tue, 17 May 2011)
New Revision: 46327
Modified:
grass/trunk/configure
grass/trunk/configure.in
Log:
Cairo now treats FontConfig as a separate component
Modified: grass/trunk/configure
===================================================================
--- grass/trunk/configure 2011-05-17 14:59:00 UTC (rev 46326)
+++ grass/trunk/configure 2011-05-17 16:11:15 UTC (rev 46327)
@@ -12678,7 +12678,7 @@
if test -n "$USE_CAIRO"; then
-cairo="cairo cairo-ft"
+cairo="cairo cairo-ft cairo-fc"
if test -n "$USE_X11"; then
cairo="$cairo cairo-xlib-xrender"
fi
Modified: grass/trunk/configure.in
===================================================================
--- grass/trunk/configure.in 2011-05-17 14:59:00 UTC (rev 46326)
+++ grass/trunk/configure.in 2011-05-17 16:11:15 UTC (rev 46327)
@@ -1545,7 +1545,7 @@
if test -n "$USE_CAIRO"; then
-cairo="cairo cairo-ft"
+cairo="cairo cairo-ft cairo-fc"
if test -n "$USE_X11"; then
cairo="$cairo cairo-xlib-xrender"
fi
More information about the grass-commit
mailing list