summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2019-07-26 09:42:38 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2019-07-26 17:43:18 +0300
commitb5980bda75b6f671718952054845c71f7c6a3356 (patch)
tree2b45b7f45dafae7d58c45e383ddb6f93e3c753a3 /.gitmodules
parentf5293801b9a2bb2891be74fd81c9fc3dbe8d5372 (diff)
downloadqtlocation-mapboxgl-b5980bda75b6f671718952054845c71f7c6a3356.tar.gz
[build] Replace geometry.hpp/variant with mapbox-base
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules9
1 files changed, 3 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules
index 486a1c8bdc..98ca7d9899 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -19,9 +19,6 @@
[submodule "vendor/geojson.hpp"]
path = vendor/geojson.hpp
url = https://github.com/mapbox/geojson.hpp.git
-[submodule "vendor/geometry.hpp"]
- path = vendor/geometry.hpp
- url = https://github.com/mapbox/geometry.hpp.git
[submodule "vendor/polylabel"]
path = vendor/polylabel
url = https://github.com/mapbox/polylabel.git
@@ -34,9 +31,6 @@
[submodule "vendor/supercluster.hpp"]
path = vendor/supercluster.hpp
url = https://github.com/mapbox/supercluster.hpp.git
-[submodule "vendor/variant"]
- path = vendor/variant
- url = https://github.com/mapbox/variant.git
[submodule "vendor/vector-tile"]
path = vendor/vector-tile
url = https://github.com/mapbox/vector-tile.git
@@ -103,3 +97,6 @@
[submodule "vendor/filesystem"]
path = vendor/filesystem
url = https://github.com/gulrak/filesystem.git
+[submodule "vendor/mapbox-base"]
+ path = vendor/mapbox-base
+ url = https://github.com/mapbox/mapbox-base.git