summaryrefslogtreecommitdiff
path: root/platform/linux
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2018-07-05 10:28:05 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2018-07-13 11:50:39 -0700
commitca9ba9cb43f4947fe75b5e6caabaa08fdfe6a278 (patch)
tree570e11eec9320a0221be4d5235ab6b5f2869ff77 /platform/linux
parentc6e43fa48265279eff506e4b71fadcd080ebb1a4 (diff)
downloadqtlocation-mapboxgl-ca9ba9cb43f4947fe75b5e6caabaa08fdfe6a278.tar.gz
[build] Move all mason_use statements to a single file
So its checksum can be used in a CI cache key name.
Diffstat (limited to 'platform/linux')
-rw-r--r--platform/linux/config.cmake12
1 files changed, 0 insertions, 12 deletions
diff --git a/platform/linux/config.cmake b/platform/linux/config.cmake
index 08376cbfa3..c1eb4bfe12 100644
--- a/platform/linux/config.cmake
+++ b/platform/linux/config.cmake
@@ -1,16 +1,5 @@
include(cmake/nunicode.cmake)
-mason_use(glfw VERSION 2018-06-27-0be4f3f)
-mason_use(sqlite VERSION 3.14.2)
-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(gtest VERSION 1.8.0${MASON_CXXABI_SUFFIX})
-mason_use(benchmark VERSION 1.2.0)
-mason_use(icu VERSION 58.1-min-size)
-mason_use(args VERSION 6.2.0 HEADER_ONLY)
-
add_library(mbgl-loop-uv STATIC
platform/default/async_task.cpp
platform/default/run_loop.cpp
@@ -40,7 +29,6 @@ macro(mbgl_platform_core)
target_sources(mbgl-core
PRIVATE platform/linux/src/headless_backend_egl.cpp
)
- mason_use(swiftshader VERSION 2017-11-20)
target_add_mason_package(mbgl-core PUBLIC swiftshader)
else()
target_sources(mbgl-core