Explorar o código

wingrass: enable cairo (work in progress)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57514 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=11) %!d(string=hai) anos
pai
achega
31f852a52e
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      mswindows/osgeo4w/package.sh

+ 2 - 1
mswindows/osgeo4w/package.sh

@@ -137,7 +137,8 @@ if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
 		--with-nls \
 		--with-freetype-includes=$OSGEO4W_ROOT_MSYS/include/freetype2 \
 		--with-odbc \
-	        --without-cairo
+	        --with-cairo \
+		--with-cairo-includes=$OSGEO4W_ROOT_MSYS/include/cairo
 
 	touch mswindows/osgeo4w/configure-stamp
 fi