diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2018-11-20 16:45:53 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2018-11-21 10:12:59 +0100 |
commit | f30429832e78600b8100a812fb50bcf1b949d567 (patch) | |
tree | 567c4a57b6167e8b4cb4ec81221843ff4de22385 /.gitmodules | |
parent | 53bbf9d6991c1eddfa141ddcfb4b7252874e46ec (diff) | |
download | qtlocation-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 '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 780e5ad43a..b7cb5780c8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -73,3 +73,6 @@ [submodule "vendor/jni.hpp"] path = vendor/jni.hpp url = https://github.com/mapbox/jni.hpp.git +[submodule "vendor/glfw"] + path = vendor/glfw + url = https://github.com/glfw/glfw.git |