summaryrefslogtreecommitdiff
path: root/platform/ios
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-07-23 17:39:03 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-09-17 12:28:55 +0300
commitd424850257cc5e747c9d9525ef8a8a4de3df2f90 (patch)
treea9d0145627552a3532fdd0bc72f0e60497fdb3cb /platform/ios
parent8ee6cfa8fb022a7319ce83e795f4ff0d7e747ad7 (diff)
downloadqtlocation-mapboxgl-d424850257cc5e747c9d9525ef8a8a4de3df2f90.tar.gz
[build] Make the default styles part of GL Native
The reason is applications using it, like GLFW, don't need to depend on code inside platform/default.
Diffstat (limited to 'platform/ios')
-rw-r--r--platform/ios/core-files.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/ios/core-files.json b/platform/ios/core-files.json
index 93fdfc80b9..67edda9733 100644
--- a/platform/ios/core-files.json
+++ b/platform/ios/core-files.json
@@ -25,8 +25,7 @@
"mbgl/gfx/headless_backend.hpp": "platform/default/include/mbgl/gfx/headless_backend.hpp",
"mbgl/gfx/headless_frontend.hpp": "platform/default/include/mbgl/gfx/headless_frontend.hpp",
"mbgl/gl/headless_backend.hpp": "platform/default/include/mbgl/gl/headless_backend.hpp",
- "mbgl/map/map_snapshotter.hpp": "platform/default/include/mbgl/map/map_snapshotter.hpp",
- "mbgl/util/default_styles.hpp": "platform/default/include/mbgl/util/default_styles.hpp"
+ "mbgl/map/map_snapshotter.hpp": "platform/default/include/mbgl/map/map_snapshotter.hpp"
},
"private_headers": {
"CFHandle.hpp": "platform/darwin/src/CFHandle.hpp"