Mercurial > hg > mxe-octave-anirudha
changeset 2269:e34b54a07244
Make GDAL depend on libgta.
This adds support for the GTA file format (new in GDAL 1.9.0).
---
src/gdal.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
author | Martin Lambers <marlam@marlam.de> |
---|---|
date | Wed, 07 Mar 2012 21:50:40 +0100 |
parents | eef35508866d |
children | 0f50afdf5866 |
files | src/gdal.mk |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gdal.mk +++ b/src/gdal.mk @@ -11,7 +11,7 @@ $(PKG)_WEBSITE := http://www.gdal.org/ $(PKG)_URL := http://download.osgeo.org/gdal/$($(PKG)_FILE) $(PKG)_URL_2 := ftp://ftp.remotesensing.org/gdal/$($(PKG)_FILE) -$(PKG)_DEPS := gcc zlib libpng tiff libgeotiff jpeg jasper giflib expat sqlite curl geos postgresql +$(PKG)_DEPS := gcc zlib libpng tiff libgeotiff jpeg jasper giflib expat sqlite curl geos postgresql libgta define $(PKG)_UPDATE wget -q -O- 'http://trac.osgeo.org/gdal/wiki/DownloadSource' | \ @@ -43,6 +43,7 @@ --with-curl='$(PREFIX)/$(TARGET)/bin/curl-config' \ --with-geos='$(PREFIX)/$(TARGET)/bin/geos-config' \ --with-pg='$(PREFIX)/bin/$(TARGET)-pg_config' \ + --with-gta='$(PREFIX)/$(TARGET)' \ --without-odbc \ --without-static-proj4 \ --without-xerces \