diff options
author | Jan Holesovsky <kendy@collabora.com> | 2019-06-17 21:35:48 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2019-10-09 10:40:52 +0200 |
commit | 5b4b8538fdab65a2a8b9884fa031672e9ed32052 (patch) | |
tree | 7d68e8e2d4d6a879f3c3b931c669841394fecf68 | |
parent | 01947bc17c52b0176b30e842d6ff7abf109315c4 (diff) |
android: Define the icon theme in distro-configs and switch to colibre.
No need to reinvent the wheel and hardcode it in configure.ac.
Change-Id: Idb08ea0e5ce228bb0758dbdf023f3aee44da76eb
Reviewed-on: https://gerrit.libreoffice.org/74247
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/74442
Tested-by: Jenkins
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/80284
Tested-by: Jan Holesovsky <kendy@collabora.com>
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | distro-configs/LibreOfficeAndroid.conf | 1 | ||||
-rw-r--r-- | distro-configs/LibreOfficeAndroidAarch64.conf | 1 | ||||
-rw-r--r-- | distro-configs/LibreOfficeAndroidX86.conf | 1 |
4 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 98bac05ad20a..67c2a5801b8e 100644 --- a/configure.ac +++ b/configure.ac @@ -768,7 +768,6 @@ linux-android*) enable_odk=no enable_postgresql_sdbc=no enable_python=no - with_theme="tango" test_cups=no test_dbus=no test_fontconfig=no diff --git a/distro-configs/LibreOfficeAndroid.conf b/distro-configs/LibreOfficeAndroid.conf index cc82b0df393b..2cd0df1261a6 100644 --- a/distro-configs/LibreOfficeAndroid.conf +++ b/distro-configs/LibreOfficeAndroid.conf @@ -8,3 +8,4 @@ --without-helppack-integration --without-junit --disable-largefile +--with-theme=colibre diff --git a/distro-configs/LibreOfficeAndroidAarch64.conf b/distro-configs/LibreOfficeAndroidAarch64.conf index 7a8c6416d500..a6ea82b52c4d 100644 --- a/distro-configs/LibreOfficeAndroidAarch64.conf +++ b/distro-configs/LibreOfficeAndroidAarch64.conf @@ -7,3 +7,4 @@ --without-export-validation --without-helppack-integration --without-junit +--with-theme=colibre diff --git a/distro-configs/LibreOfficeAndroidX86.conf b/distro-configs/LibreOfficeAndroidX86.conf index d66b1b87ed27..73e29f9c800f 100644 --- a/distro-configs/LibreOfficeAndroidX86.conf +++ b/distro-configs/LibreOfficeAndroidX86.conf @@ -8,3 +8,4 @@ --without-helppack-integration --without-junit --disable-largefile +--with-theme=colibre |