summaryrefslogtreecommitdiff
path: root/next/platform/linux/linux.cmake
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2019-09-23 14:30:02 +0300
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2019-09-26 10:55:47 +0300
commit30ffbe9b8d49d8d8a2820f7b452ebc1d1531f298 (patch)
tree015177b4ed23075672df65e86a55675da94a6b79 /next/platform/linux/linux.cmake
parent7c2a7a263f9b3e90dd807ddd6d1dcbb783dec29b (diff)
downloadqtlocation-mapboxgl-30ffbe9b8d49d8d8a2820f7b452ebc1d1531f298.tar.gz
[core][android] Remove unaccent from platform interfaces
The unaccent is used only within collator, thus, there is no need to have separate platform interface for it.
Diffstat (limited to 'next/platform/linux/linux.cmake')
-rw-r--r--next/platform/linux/linux.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/next/platform/linux/linux.cmake b/next/platform/linux/linux.cmake
index 9c8a3830b8..457ff441b8 100644
--- a/next/platform/linux/linux.cmake
+++ b/next/platform/linux/linux.cmake
@@ -31,7 +31,6 @@ target_sources(
${MBGL_ROOT}/platform/default/src/mbgl/text/bidi.cpp
${MBGL_ROOT}/platform/default/src/mbgl/text/collator.cpp
${MBGL_ROOT}/platform/default/src/mbgl/text/local_glyph_rasterizer.cpp
- ${MBGL_ROOT}/platform/default/src/mbgl/text/unaccent.cpp
${MBGL_ROOT}/platform/default/src/mbgl/util/async_task.cpp
${MBGL_ROOT}/platform/default/src/mbgl/util/compression.cpp
${MBGL_ROOT}/platform/default/src/mbgl/util/format_number.cpp