summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-06-11 15:27:12 +0200
committerKonstantin Käfer <mail@kkaefer.com>2018-06-11 15:27:12 +0200
commit3f767d3285fd13a36420ab3d84bf405e6844764d (patch)
treec3d02e7c81ce98a582efe0969eb910a205149475
parentea22106feda0e310f1317812306650db10ecec18 (diff)
downloadqtlocation-mapboxgl-3f767d3285fd13a36420ab3d84bf405e6844764d.tar.gz
fixup linux
-rw-r--r--platform/linux/config.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux/config.cmake b/platform/linux/config.cmake
index ff5718ff8a..436b581a28 100644
--- a/platform/linux/config.cmake
+++ b/platform/linux/config.cmake
@@ -24,7 +24,7 @@ macro(mbgl_platform_core)
target_sources(mbgl-core
PRIVATE platform/linux/src/headless_backend_egl.cpp
)
- mason_use(swiftshader VERSION 2017-11-20)
+ mason_use(swiftshader VERSION 2018-05-31)
target_add_mason_package(mbgl-core PUBLIC swiftshader)
else()
target_sources(mbgl-core