[GRASS-SVN] r55040 - grass/trunk

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 13 21:22:36 PST 2013


Author: glynn
Date: 2013-02-13 21:22:36 -0800 (Wed, 13 Feb 2013)
New Revision: 55040

Modified:
   grass/trunk/configure
   grass/trunk/configure.in
Log:
Get linker flags for fontconfig (issue #1884)


Modified: grass/trunk/configure
===================================================================
--- grass/trunk/configure	2013-02-13 20:52:12 UTC (rev 55039)
+++ grass/trunk/configure	2013-02-14 05:22:36 UTC (rev 55040)
@@ -11514,7 +11514,7 @@
 if test -n "$USE_CAIRO"; then
 
 cairo="cairo"
-pkgs="cairo-ft cairo-fc cairo-pdf cairo-ps cairo-svg"
+pkgs="cairo-ft cairo-fc cairo-pdf cairo-ps cairo-svg fontconfig"
 if test -n "$USE_X11"; then
 	pkgs="$pkgs cairo-xlib cairo-xlib-xrender"
 fi

Modified: grass/trunk/configure.in
===================================================================
--- grass/trunk/configure.in	2013-02-13 20:52:12 UTC (rev 55039)
+++ grass/trunk/configure.in	2013-02-14 05:22:36 UTC (rev 55040)
@@ -1509,7 +1509,7 @@
 if test -n "$USE_CAIRO"; then
 
 cairo="cairo"
-pkgs="cairo-ft cairo-fc cairo-pdf cairo-ps cairo-svg"
+pkgs="cairo-ft cairo-fc cairo-pdf cairo-ps cairo-svg fontconfig"
 if test -n "$USE_X11"; then
 	pkgs="$pkgs cairo-xlib cairo-xlib-xrender"
 fi



More information about the grass-commit mailing list