summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-01-18 13:58:19 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-01-19 15:40:23 +0200
commit0aa89f6eb1717c8b7001ba9e94730e10c4e9dd9d (patch)
tree0117df5dcf6eadad1d6b6c5208b41a782e46258b /platform
parent7ad9e47bbe2d43f21ea6091609de1982cd197340 (diff)
downloadqtlocation-mapboxgl-0aa89f6eb1717c8b7001ba9e94730e10c4e9dd9d.tar.gz
[osx] No need to link with libpng & libjpeg
OSX platform includes platform/darwin/image.mm which uses CoreFoundation to decode PNG and JPEG images.
Diffstat (limited to 'platform')
-rw-r--r--platform/osx/scripts/configure.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/osx/scripts/configure.sh b/platform/osx/scripts/configure.sh
index 0b431de89d..77fe9226dd 100644
--- a/platform/osx/scripts/configure.sh
+++ b/platform/osx/scripts/configure.sh
@@ -4,8 +4,6 @@ BOOST_VERSION=1.59.0
BOOST_LIBPROGRAM_OPTIONS_VERSION=1.59.0
LIBCURL_VERSION=system
GLFW_VERSION=3.1.2
-LIBPNG_VERSION=1.6.20
-JPEG_VERSION=v9a
SQLITE_VERSION=3.9.1
LIBUV_VERSION=1.7.5
ZLIB_VERSION=system