From 53315091a2aa5a4469a743f29516cc1ae78b6b14 Mon Sep 17 00:00:00 2001 From: jandegr Date: Tue, 1 May 2018 19:56:27 +0200 Subject: Update CMakeLists.txt Build Android with NLS even if the box does not have gettext for processing translations. Allows builds on platforms with NLS where the resources are provided preprocessed. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50f4a5241..6322499d6 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -708,6 +708,7 @@ if(ANDROID) set_with_reason(vehicle/android "Android detected" TRUE) set_with_reason(vehicle/file "Android detected" FALSE) set_with_reason(map/filter "Android detected" FALSE) + set_with_reason(USE_NATIVE_LANGUAGE_SUPPORT "Android detected" TRUE) set(SHARED_LIBNAVIT TRUE) add_feature(XPM2PNG "Android detected" TRUE) -- cgit v1.2.1