summaryrefslogtreecommitdiff
path: root/distro-configs/LibreOfficeAndroid.conf
AgeCommit message (Collapse)AuthorFilesLines
2014-11-20Drop --disable-openglTor Lillqvist1-1/+0
Change-Id: Ic1d9843e5b05cf4eeb647cf13eea15fc2acd6063
2014-11-07rename --disable-gstreamer → --disable-gstreamer-1-0Christian Lohmaier1-1/+1
Change-Id: I9f1e0ae2d5ac71ea7e9edb06d3719d626adb80a4
2014-10-23There is no --without-ppds any moreTor Lillqvist1-1/+0
Change-Id: I64b2c0cbd6cafa686f62f88fd6a2276c7db80c47
2013-10-14fdo#61950 De-extensionize presentation minimizerDavid Ostrovsky1-1/+0
Change-Id: I87805ceacf184d5aa5faae68e8bb932391ace7fb Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-05-20No need to avoid liblangtag for the BUILD platformTor Lillqvist1-1/+0
Change-Id: I45852dfa38d9162d0fb5fa608974dbc78fe5d2f3
2013-03-22There is no --disable-ext-report-builder any moreTor Lillqvist1-1/+0
Change-Id: I05d3958b56cc8dc18773049deb40d4d4929b0ba4
2013-01-21No use for help or myspell-dicts for Android or iOSTor Lillqvist1-2/+0
2013-01-21default to --without-help and --without-myspell-dictsNorbert Thiebaud1-0/+1
Updated the distro-configs so that the default change does not impact build based on distro profile The intent is that with this change of defaults the build does only rely on core and does not need any submodules. Making a initial build simpler for new dev, since they won't be exposed to submodules unless they really need them. Change-Id: I446e912d607ce7358fd11f54a3de025dc3f25144 Reviewed-on: https://gerrit.libreoffice.org/1791 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-12-17Remove --with-stlport from LO 4.0Stephan Bergmann1-1/+0
The STLport was only built for the benefit of old extensions on platforms that once used it themselves (Linux x86, Solaris x86 and SPARC, Windows). We deliberately break such old extensions for LO 4.0 by no longer shipping that backwards-compatiblity cludge. Keeps STLport listed in readlicense_oo/ because of o3tl/inc/o3tl/compat_functionality.hxx. Also removes GXX_INCLUDE_PATH, as that was only used by STLport (if at all?). Removes a spurious #define MOVEFILE_REPLACE_EXISTING 0x01 from l10ntools/inc/helpmerge.hxx that was once added with 854812584862d0609b695682d2bfea2667d75c00 "INTEGRATION: CWS extensionl10nfix01 (1.11.6); FILE MERGED: 2008/06/26 13:56:03 ihi 1.11.6.1: #i90987# windows rename -> MoveFileEx" but now starts to cause trouble on Windows. Also disables warning C4005 about redefinition of WB_LEFT/RIGHT macros (defined in both tools/wintypes.hxx and the Windows API) in a number of places that include windows.h -- however the old STLport caused those warnings to not show. Change-Id: Ie138a219fbbc86fb5aaa7ea0b88cf349935d9829
2012-12-08There is no --disable-mozilla optionTor Lillqvist1-1/+0
Change-Id: I279b20d30c0c7ccbe82583ad97e2c4e65cb30221
2012-11-29Always use Java target version 1.5Tor Lillqvist1-1/+0
It has been way too common for people to accidentally have a javac from JDK 7 create class files that are of the newest version, which older JREs and Android's dex then don't understand. As many of the distro-configs files specified --with-java-target-version=1.5 anyway, let's just hardcode that for now. Change-Id: I0853820dc56a062f053b5c2c30097bf1ff3798c1
2012-11-29Isolate PDF Import so it can be made optionally installableStephan Bergmann1-1/+0
...which can be attractive for installation sets that use --with-system-poppler but do not want the LO core package to depend on a poppler package. See the comment at the top of scp2/source/ooo/module_pdfimport.scp for details. The build-time --disable-pdfimport configure switch is gone, PDF Import is built unconditionally for all platforms but Android and iOS now. (The ENABLE_PDFIMPORT variable now uses TRUE/FALSE rather than YES/NO, to increase consistency across those variables.) Change-Id: I6509d0b2e770b276cd54540408fb1ec5a7dda058
2012-11-29Unify options and their order in the Android distro-configsTor Lillqvist1-2/+3
Change-Id: Id27ec2d8531df8122d957af19cdd343eb189654d
2012-11-29distro-configs: add --with-java-target-version=1.5 to LibreOfficeAndroid.confMiklos Vajna1-0/+1
The current latest Android SDK doesn't cope with Java7 otherwise. Change-Id: I0331f283dfc3ac331a8c5381058f43df7d8e8fc6
2012-11-24Turn PDF import from bundled extension to plain codeStephan Bergmann1-2/+1
No need for dirty hacks linking in basegfx objects statically any more. To avoid unnecessary confusion between the newly plain code and any instance of the old extension still installed (per-user or shared), I renamed all relevant UNO implementation identifiers from com.sun.star.comp.documents.* to org.libreoffice.comp.documents.*. Also, existing installations of the extension are explicitly not migrated to new user profiles. The xpdfimport executable is now in program/, its xpdfimport_err.pdf in share/xpdfimport/. To simplify finding the _err.pdf from xpdfimport, its full pathname is now given as additional second argument to xpdfimport. To find xpdfimport executable from CppunitTest, CppunitTest creates a symlink from solver's unittest/installation/program to solver's bin, so that "$BRAND_BASE_DIR/program/xpdfimport" works there (as CppunitTest now sets BRAND_BASE_DIR to solver's unittest/installation). The sdext/source/pdfipmort/dialogs/ Basic stuff appeared to be unused (even though it was included in the .oxt) and has been removed. The --disable-ext-pdfimport configure switch is renamed to --disable-pdfimport. Having it still conditional requires some pdf_Portable_Document_Format vs. pdf_Portable_Document_Format_import foo in module filter. Change-Id: Iee58c2f6187142a418decc9ea3a5df10eb7e0523
2012-11-16android: disable liblangtag for build and target.Michael Meeks1-0/+2
2012-10-11Use DISABLE_DYNLOADING on AndroidTor Lillqvist1-1/+0
IN this branch these changes are not conditional. Unclear yet whether this is what we finally will want to use or not. Maybe should make these changes conditional and do this stuff in master instead? Change-Id: I379d570a0e00648d295c675fd90eba6594ba3182
2012-08-14drop disable-xmlsec, it's core functionality, have to live with itCaolán McNamara1-1/+0
we basically need this functionality, the idea of it being optional isn't really logical anymore with nss split out from mozilla. for iOS and Android where they doesn't build yet spit out lame fixme nag warnings Change-Id: I4b16c62553b12d3dcd340a0b5c5a4cbd807c2f02
2012-08-09gstreamer: make gstreamer 1.0 and 0.10 dual compileMichael Meeks1-0/+1
Add fallback activation of an _OLD media component to the core. Compile both a 0.10 and 1.0 version of the gstreamer component Change-Id: I91f65d05391cb2d7e02f9cff18f96178a128705O1
2012-08-09No, we don't want any Python stuff for AndroidTor Lillqvist1-1/+0
Change-Id: I227c408e03130667760f9672f08b11cc7a9c75a8
2012-08-03android: share more common Makefile pieces between a couple of usersMichael Meeks1-0/+2
Try to start consolidating the complexity here. generate Application.mk to specify the required ABI fold common distro-config pieces out of README
2012-04-04Do unpack fonts and include them in the experimental Android appTor Lillqvist1-1/+0
2012-01-24--disable-postgresql-sdbcTor Lillqvist1-0/+1
2012-01-13Use merged libs on AndroidTor Lillqvist1-0/+1
2011-12-16There is no --disable-nss-module option any moreTor Lillqvist1-1/+0
2011-12-01Don't bother with Report Builder on Android for nowTor Lillqvist1-0/+1
2011-12-01Don't bother with Presenter Console or Minimizer on Android for nowTor Lillqvist1-0/+2
2011-11-25Android is after all Java-based, so let's not avoid itTor Lillqvist1-1/+0
An Android app always runs in the context of a Java (well, Dalvik) virtual machine. Sure, there will now be some Java-related compilation errors here and there when cross-compiling for Android. Use --without-java if they disturb, until I have fixed them.
2011-11-03Disable xmlsec for AndroidTor Lillqvist1-2/+3
2011-10-06cmis disable got removed from configureThorsten Behrens1-1/+0
2011-10-04Disable libcmis for Android for the whileThorsten Behrens1-0/+1
2011-09-27Make Android cross-build workingThorsten Behrens1-0/+2
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.
2011-08-22Enable CUPS unconditionallyFrançois Tigeot1-1/+0
It doesn't make sense to try to use anything else to print on *nix systems these days
2011-06-26There is no --disable-fontconfig option any moreTor Lillqvist1-1/+0
2011-06-09No --disable-cairo needed any moreTor Lillqvist1-1/+0
2011-06-06use --enable-python=internal in distro configsPetr Mladek1-1/+1
--without-system-python is not longer available
2011-05-15Initial baby steps for Android cross-compilationTor Lillqvist1-0/+22