summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Moenicke <thomas.moenicke@mapbox.com>2020-02-03 19:10:57 +0200
committerGitHub <noreply@github.com>2020-02-03 19:10:57 +0200
commitb64ed754442b894f3914a4191798fbd2f2bc8cd9 (patch)
tree59bb14829d7cdd5f2466dad4cffb74c4d1b80068 /include
parent2e10d3548a8b3aff1f28b9514594c3c14509f084 (diff)
downloadqtlocation-mapboxgl-b64ed754442b894f3914a4191798fbd2f2bc8cd9.tar.gz
[build] Adding a build flag to build without GL if needed (#16120)
* [build] Adding a build flag to build without GL if needed * [build] Moving custom layer to mbgl/gl
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/gl/custom_layer.hpp (renamed from include/mbgl/style/layers/custom_layer.hpp)0
-rw-r--r--include/mbgl/gl/custom_layer_factory.hpp (renamed from include/mbgl/layermanager/custom_layer_factory.hpp)0
-rw-r--r--include/mbgl/platform/gl_functions.hpp2
3 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/style/layers/custom_layer.hpp b/include/mbgl/gl/custom_layer.hpp
index 5dce484980..5dce484980 100644
--- a/include/mbgl/style/layers/custom_layer.hpp
+++ b/include/mbgl/gl/custom_layer.hpp
diff --git a/include/mbgl/layermanager/custom_layer_factory.hpp b/include/mbgl/gl/custom_layer_factory.hpp
index 963a3dc2fd..963a3dc2fd 100644
--- a/include/mbgl/layermanager/custom_layer_factory.hpp
+++ b/include/mbgl/gl/custom_layer_factory.hpp
diff --git a/include/mbgl/platform/gl_functions.hpp b/include/mbgl/platform/gl_functions.hpp
index fab3e3aa36..b617b35610 100644
--- a/include/mbgl/platform/gl_functions.hpp
+++ b/include/mbgl/platform/gl_functions.hpp
@@ -334,4 +334,4 @@ void glCheckError(const char *cmd, const char *file, int line);
#endif
} // namespace platform
-} // namespace mbgl \ No newline at end of file
+} // namespace mbgl