summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorFabian Guerra Soto <fabian.guerra@mapbox.com>2017-05-23 12:02:09 -0400
committerGitHub <noreply@github.com>2017-05-23 12:02:09 -0400
commitfe17f7e8db266a125ac05d805003f5d2bf1548c6 (patch)
tree9d760b8f53dd60a363059ef6f776d8085be3990c /cmake
parent71b686517298e100f8021dca62db65a2ca9baad2 (diff)
downloadqtlocation-mapboxgl-fe17f7e8db266a125ac05d805003f5d2bf1548c6.tar.gz
Cherry-pick arabic text to release branch v3.6.0 (#9071)
* [core] Throttle tiles to redo symbol placement at most once every 300ms. Fixes issue #8435 and prepares for pitch-scaling changes in issue #8967. * [core] Disable letter-spacing for Arabic labels (issue #9057)
Diffstat (limited to 'cmake')
-rw-r--r--cmake/core-files.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake
index e9d7442e5d..4779abba86 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -583,6 +583,8 @@ set(MBGL_CORE_FILES
src/mbgl/util/thread_context.cpp
src/mbgl/util/thread_context.hpp
src/mbgl/util/thread_local.hpp
+ src/mbgl/util/throttler.cpp
+ src/mbgl/util/throttler.hpp
src/mbgl/util/tile_coordinate.hpp
src/mbgl/util/tile_cover.cpp
src/mbgl/util/tile_cover.hpp