Преглед изворни кода

wingrass: enable cairo (work in progress)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57514 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa пре 11 година
родитељ
комит
31f852a52e
1 измењених фајлова са 2 додато и 1 уклоњено
  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