[GRASS-SVN] r57542 - grass/branches/releasebranch_6_4/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 29 05:48:22 PDT 2013


Author: martinl
Date: 2013-08-29 05:48:20 -0700 (Thu, 29 Aug 2013)
New Revision: 57542

Modified:
   grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh
Log:
wingrass: enable cairo for G64

Modified: grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh	2013-08-29 11:53:55 UTC (rev 57541)
+++ grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh	2013-08-29 12:48:20 UTC (rev 57542)
@@ -136,7 +136,9 @@
 		--with-regex \
 		--with-nls \
 		--with-freetype-includes=$OSGEO4W_ROOT_MSYS/include/freetype2 \
-		--with-odbc
+		--with-odbc \
+	        --with-cairo \
+		--with-cairo-includes=$OSGEO4W_ROOT_MSYS/include/cairo
 
 	touch mswindows/osgeo4w/configure-stamp
 fi



More information about the grass-commit mailing list