diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-01-20 14:47:15 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2016-01-22 16:00:51 +0100 |
commit | 9cfe64a12200dd8ec4d7cc522482383acde9f5ec (patch) | |
tree | 0310002e421411d614d3e08e20c239543d2fa7fa /platform/linux | |
parent | b22073a5b2d9be67edb44a975a79084655e8eef4 (diff) | |
download | qtlocation-mapboxgl-9cfe64a12200dd8ec4d7cc522482383acde9f5ec.tar.gz |
[build] replace jpeg library with libjpeg-turbo
Diffstat (limited to 'platform/linux')
-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 8510d83bdc..69d3f22bff 100644 --- a/platform/linux/scripts/configure.sh +++ b/platform/linux/scripts/configure.sh @@ -5,7 +5,7 @@ BOOST_LIBPROGRAM_OPTIONS_VERSION=1.59.0 LIBCURL_VERSION=system GLFW_VERSION=3.1.2 LIBPNG_VERSION=1.6.20 -JPEG_VERSION=v9a +LIBJPEG_TURBO_VERSION=1.4.2 SQLITE_VERSION=3.9.1 LIBUV_VERSION=1.7.5 ZLIB_VERSION=system |