diff options
author | Ansis Brammanis <brammanis@gmail.com> | 2016-03-29 15:30:31 -0700 |
---|---|---|
committer | Ansis Brammanis <brammanis@gmail.com> | 2016-03-30 13:13:53 -0700 |
commit | 387f37d035d08a1832ad693e8d9401d7f29857bd (patch) | |
tree | be5ea66bb7d8d0f5403d733382616bcb7c4adb4d /platform/linux/scripts | |
parent | ff7cdb1ba5c93f51901dcab940ee42d863606f35 (diff) | |
download | qtlocation-mapboxgl-387f37d035d08a1832ad693e8d9401d7f29857bd.tar.gz |
[core] increase geojson buffer size to match -js
Diffstat (limited to 'platform/linux/scripts')
-rw-r--r-- | platform/linux/scripts/configure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux/scripts/configure.sh b/platform/linux/scripts/configure.sh index f984ecd659..6df7f2805f 100644 --- a/platform/linux/scripts/configure.sh +++ b/platform/linux/scripts/configure.sh @@ -10,7 +10,7 @@ SQLITE_VERSION=3.9.1 LIBUV_VERSION=1.7.5 ZLIB_VERSION=system NUNICODE_VERSION=1.6 -GEOJSONVT_VERSION=3.1.0 +GEOJSONVT_VERSION=4.0.0 VARIANT_VERSION=1.1.0 RAPIDJSON_VERSION=1.0.2 GTEST_VERSION=1.7.0 |