summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@pefoley.com>2016-01-18 17:27:34 -0500
committerjan iversen <jani@documentfoundation.org>2016-01-29 10:22:26 +0000
commit6f2b0b5de3a99b029b61079bd9a9c313305d0e12 (patch)
tree7d2bfa1f39a506cd6d5251ca01031fc22568d191 /configure.ac
parent6eb59ccf87a3b419d38561e722cc6753a22e2c8f (diff)
disable options by default on android
Some options aren't supported on android, so disable them by default to avoid errors. Change-Id: Ifef2f5ff55d3bd7d7da1f53d1345be3c5ef11f45 Reviewed-on: https://gerrit.libreoffice.org/21590 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 75d6b7071550..fed2b42903f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -811,6 +811,9 @@ linux-android*)
enable_coinmp=yes
enable_lpsolve=no
enable_report_builder=no
+ enable_odk=no
+ enable_postgresql_sdbc=no
+ enable_python=no
with_theme="tango"
test_cups=no
test_dbus=no