summaryrefslogtreecommitdiffstats
path: root/src/gdal.mk
diff options
context:
space:
mode:
authorMartin Lambers <marlam@marlam.de>2012-03-07 20:50:40 (GMT)
committerMartin Lambers <marlam@marlam.de>2012-03-07 20:50:40 (GMT)
commit61e7272cb75593b4dd160d93dd32264490ff6242 (patch)
tree53085d179b25d41b7e564f51181e942a5947d1f6 /src/gdal.mk
parent40f4abfa4acdaa7417fe5559743808d9ca57e439 (diff)
downloadmxe-61e7272cb75593b4dd160d93dd32264490ff6242.zip
mxe-61e7272cb75593b4dd160d93dd32264490ff6242.tar.gz
mxe-61e7272cb75593b4dd160d93dd32264490ff6242.tar.bz2
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(-)
Diffstat (limited to 'src/gdal.mk')
-rw-r--r--src/gdal.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gdal.mk b/src/gdal.mk
index 0fec151..3a425aa 100644
--- a/src/gdal.mk
+++ b/src/gdal.mk
@@ -11,7 +11,7 @@ $(PKG)_FILE := gdal-$($(PKG)_VERSION).tar.gz
$(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 @@ define $(PKG)_BUILD
--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 \