summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-04-24 14:51:41 +0200
committerKonstantin Käfer <mail@kkaefer.com>2015-04-28 10:43:13 +0200
commit8482df62e8f26c6265cdd12c23548241d2bf826f (patch)
treebd3a01eb93274b5931e531f06ab90b9702af3dfe
parent2b633cc51cd44be3f0224f0b105b18f0a3d7d657 (diff)
downloadqtlocation-mapboxgl-8482df62e8f26c6265cdd12c23548241d2bf826f.tar.gz
use custom boost
-rw-r--r--.travis.yml2
-rwxr-xr-xconfigure2
2 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 82190742ee..0790f271ba 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,8 +16,6 @@ addons:
- libxxf86vm-dev
- x11proto-xf86vidmode-dev
- mesa-utils # for glxinfo
- - libboost-dev
- - libboost-program-options-dev
- lib32stdc++6 # for Gradle's aapt
- lib32z1 # for Gradle's aapt
diff --git a/configure b/configure
index a37000a1bf..f49ea21896 100755
--- a/configure
+++ b/configure
@@ -45,7 +45,7 @@ case ${MASON_PLATFORM} in
LIBCURL_VERSION=system
LIBUV_VERSION=0.10.28
ZLIB_VERSION=system
- BOOST_VERSION=system
+ BOOST_VERSION=1.57.0
NUNICODE_VERSION=1.5.1
LIBZIP_VERSION=0.11.2
;;