From 04b8b4fbbb4b7f72f33d0b76b86945cb98c4ecd9 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Mon, 26 Sep 2011 23:27:57 +0200 Subject: Make Android cross-build working In the spirit of 12759f67a36d52a345be6002d7017551e8414c59, change external lib's config.sub to eat the arm-unknown-linux-androideabi host os string. Also, permit shared libs again - seems Android can handle those. Added dictionaries to cross-build-toolset - idxdict is needed. Should build up to sfx2 - some residual static lib issues there, and in raptor. --- distro-configs/LibreOfficeAndroid.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'distro-configs/LibreOfficeAndroid.conf') diff --git a/distro-configs/LibreOfficeAndroid.conf b/distro-configs/LibreOfficeAndroid.conf index e8d9da46f468..607564646928 100644 --- a/distro-configs/LibreOfficeAndroid.conf +++ b/distro-configs/LibreOfficeAndroid.conf @@ -11,6 +11,8 @@ --disable-randr --disable-randr-link --disable-systray +--disable-ext-pdfimport +--disable-cairo-canvas --enable-python=internal --without-fonts --without-java -- cgit