summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-09-11 13:05:30 +0200
committerKonstantin Käfer <mail@kkaefer.com>2018-09-13 13:27:44 +0200
commit071129bf61dda7d23c6f305b0c42139bf20560cb (patch)
tree9315fb5421cf5a98a7a1a227a64f39e21e9e9e8e /cmake
parent6367fcb2a82c52c7f80e82941621be603373a57b (diff)
downloadqtlocation-mapboxgl-071129bf61dda7d23c6f305b0c42139bf20560cb.tar.gz
[linux,qt] Remove remainder of WebP support
Diffstat (limited to 'cmake')
-rw-r--r--cmake/mason-dependencies.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/mason-dependencies.cmake b/cmake/mason-dependencies.cmake
index 3c6a535fc8..160060a6fa 100644
--- a/cmake/mason-dependencies.cmake
+++ b/cmake/mason-dependencies.cmake
@@ -27,7 +27,6 @@ elseif(MBGL_PLATFORM STREQUAL "linux")
mason_use(libuv VERSION 1.9.1)
mason_use(libpng VERSION 1.6.25)
mason_use(libjpeg-turbo VERSION 1.5.0)
- mason_use(webp VERSION 0.5.1)
mason_use(benchmark VERSION 1.4.1${MASON_CXXABI_SUFFIX})
mason_use(args VERSION 6.2.0 HEADER_ONLY)
@@ -48,6 +47,5 @@ elseif(MBGL_PLATFORM STREQUAL "qt")
if(NOT WITH_QT_DECODERS)
mason_use(libjpeg-turbo VERSION 1.5.0)
mason_use(libpng VERSION 1.6.25)
- mason_use(webp VERSION 0.5.1)
endif()
endif()