瀏覽代碼

disable cairo (osgeo4w)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40475 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 年之前
父節點
當前提交
140eb9bd5b
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      mswindows/osgeo4w/package.sh

+ 2 - 1
mswindows/osgeo4w/package.sh

@@ -56,7 +56,8 @@ if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
 		--with-nls \
 		--with-nls \
 		--without-swig \
 		--without-swig \
 		--with-freetype-includes=$OSGEO4W_ROOT_MSYS/include/freetype2 \
 		--with-freetype-includes=$OSGEO4W_ROOT_MSYS/include/freetype2 \
-		--with-odbc
+		--with-odbc \
+	        --without-cairo
 
 
 	echo $(date): STARTING make clean
 	echo $(date): STARTING make clean
 	make clean
 	make clean