diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2017-02-10 11:23:15 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2017-02-10 17:55:57 +0100 |
commit | e66f050b99984b23261bb49c770e76ad571ad558 (patch) | |
tree | 047a15f1626596cba3a64ced5c33155c8d5715d7 /platform/linux | |
parent | b1e623246f3dd6339f9e182fb5650bb4d7060059 (diff) | |
download | qtlocation-mapboxgl-e66f050b99984b23261bb49c770e76ad571ad558.tar.gz |
[glfw] use newer version that allows automated graphics switching on macOS
Diffstat (limited to 'platform/linux')
-rw-r--r-- | platform/linux/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux/config.cmake b/platform/linux/config.cmake index 7f32622596..5f2f41547a 100644 --- a/platform/linux/config.cmake +++ b/platform/linux/config.cmake @@ -1,4 +1,4 @@ -mason_use(glfw VERSION 3.2.1) +mason_use(glfw VERSION 2017-02-09-77a8f10) mason_use(mesa VERSION 13.0.4) mason_use(boost_libprogram_options VERSION 1.62.0${MASON_CXXABI_SUFFIX}) mason_use(sqlite VERSION 3.14.2) |