diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-08-18 22:35:50 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-08-18 22:43:56 +0300 |
commit | bc0abca9a743e156b8117aeccd0648247c9c308c (patch) | |
tree | 08b46c9145635a28389af2ea6bf8e4c279a3da1b /distro-configs/LibreOfficeAndroid.conf | |
parent | 809241fbb2d81bef2eab9f87268915144f22c9a0 (diff) |
No export validation for the host platform when cross-compiling please
Sure, would make more sense to hardcode this in configure.ac. But
actually I guess that export validation will be turned off by default
anyway soon.
Change-Id: Icf266a0f389b9ebc8a28ee2e5f277449875ca885
Diffstat (limited to 'distro-configs/LibreOfficeAndroid.conf')
-rw-r--r-- | distro-configs/LibreOfficeAndroid.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distro-configs/LibreOfficeAndroid.conf b/distro-configs/LibreOfficeAndroid.conf index 74d79b7dbc1b..6259daa68d95 100644 --- a/distro-configs/LibreOfficeAndroid.conf +++ b/distro-configs/LibreOfficeAndroid.conf @@ -5,5 +5,6 @@ --disable-gstreamer-1-0 --disable-randr --disable-systray ---without-junit +--without-export-validation --without-helppack-integration +--without-junit |