summaryrefslogtreecommitdiff
path: root/cmake/mason-dependencies.cmake
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-11-20 16:45:53 +0100
committerKonstantin Käfer <mail@kkaefer.com>2018-11-21 10:12:59 +0100
commitf30429832e78600b8100a812fb50bcf1b949d567 (patch)
tree567c4a57b6167e8b4cb4ec81221843ff4de22385 /cmake/mason-dependencies.cmake
parent53bbf9d6991c1eddfa141ddcfb4b7252874e46ec (diff)
downloadqtlocation-mapboxgl-f30429832e78600b8100a812fb50bcf1b949d567.tar.gz
[build] use GLFW as a submodule and update to most recent version
this fixes https://github.com/glfw/glfw/issues/1334 for macOS Mojave
Diffstat (limited to 'cmake/mason-dependencies.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 f007ab4c26..71a94f096f 100644
--- a/cmake/mason-dependencies.cmake
+++ b/cmake/mason-dependencies.cmake
@@ -5,7 +5,6 @@ if(MBGL_PLATFORM STREQUAL "android")
elseif(MBGL_PLATFORM STREQUAL "ios")
# noop
elseif(MBGL_PLATFORM STREQUAL "linux")
- mason_use(glfw VERSION 2018-06-27-0be4f3f)
mason_use(libuv VERSION 1.9.1)
mason_use(libpng VERSION 1.6.25)
mason_use(libjpeg-turbo VERSION 1.5.0)
@@ -15,7 +14,6 @@ elseif(MBGL_PLATFORM STREQUAL "linux")
mason_use(swiftshader VERSION 2018-05-31)
endif()
elseif(MBGL_PLATFORM STREQUAL "macos")
- mason_use(glfw VERSION 2018-06-27-0be4f3f)
mason_use(args VERSION 6.2.0 HEADER_ONLY)
if(WITH_EGL)