summaryrefslogtreecommitdiff
path: root/platform/linux
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-03-07 16:41:23 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-03-08 14:05:19 -0800
commit3afae825c7b2f95e58cbcb85c59857f2253c945e (patch)
treeacac55f4d4942d60ed08758758f00ede0be59e80 /platform/linux
parentb83b14feb0b99d669fb84a52ab356051368de637 (diff)
downloadqtlocation-mapboxgl-3afae825c7b2f95e58cbcb85c59857f2253c945e.tar.gz
Use ICU compiled with -Os
Diffstat (limited to 'platform/linux')
-rw-r--r--platform/linux/config.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux/config.cmake b/platform/linux/config.cmake
index b2366540ae..ff2dcf4cfa 100644
--- a/platform/linux/config.cmake
+++ b/platform/linux/config.cmake
@@ -9,7 +9,7 @@ mason_use(libjpeg-turbo VERSION 1.5.0)
mason_use(webp VERSION 0.5.1)
mason_use(gtest VERSION 1.8.0${MASON_CXXABI_SUFFIX})
mason_use(benchmark VERSION 1.0.0-1)
-mason_use(icu VERSION 58.1)
+mason_use(icu VERSION 58.1-min-size)
include(cmake/loop-uv.cmake)