summaryrefslogtreecommitdiffstats
path: root/distro-configs/LibreOfficeiOS.conf
Commit message (Collapse)AuthorAgeFilesLines
* Try without --disable-database-connectivity when building for iOSTor Lillqvist2021-07-271-1/+0
| | | | | | | | This at least makes the configure script succeed again for iOS. See ffc6d564b91692cd9d99a0eb3b1ceaf54f7db89e. Change-Id: Iad7a1561bea09ea0315bb0079af55aad63befc23
* Do build Pdfium for iOS, tooTor Lillqvist2021-03-161-1/+1
| | | | | | | | | | | | | | | | For it to compile, the inclusion of <Carbon/Carbon.h> had to be replaced with <CoreGraphics/CoreGraphics.h>. That doesn't harm the macOS build either. This fixes the crash in https://github.com/CollaboraOnline/online/issues/1710 . I am not entirely sure yet whether the actual PDF import functionality now then works in the iOS app, though. Change-Id: Ie25e7c58632c0fdddb569d58217f23b26d1e5937 Signed-off-by: Tor Lillqvist <tml@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112571 Tested-by: Jenkins
* Initial WIP steps for building for macOS on Apple SiliconTor Lillqvist2020-06-291-2/+1
| | | | | | | | | | | | Don't use $host_os="darwin" for both macOS and iOS depending on $host_cpu. Soon macOS will run on either x86_64 or arm64. Instead, use "darwin" (or "macos") for macOS and "ios" for iOS. Some other early changes for arm64-apple-macos, too. Change-Id: Id89987d854ceba2cd87c6222db2081ccdec0c73e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96976 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
* tango theme was removedCaolán McNamara2020-04-301-1/+1
| | | | | | | Change-Id: I351c92a6a2519c2c8b7b1c6868194c1bee81aa12 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93215 Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
* tdf#125922 rename kde5 to kf5 + plasma5Jan-Marek Glogowski2019-07-211-1/+1
| | | | | | | | | | | | | | | | Just as the gtk3 plugin isn't named GNOME, rename kde5 to kf5, as it is based on the KDE frameworks 5 libraries. This also includes: * a convenience alias to load the kf5 VCL plugin in case someone requests the kde5 plugin. * keep convenience kde5 configure switch, but warn about it * rename detected desktop from kde5 to plasma5 Change-Id: I6764a05b81a5edbf284484c234fee2649aacf735 Reviewed-on: https://gerrit.libreoffice.org/75313 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
* Add distro config for iOS simulator to make building easierTomaž Vajngerl2019-06-031-10/+1
| | | | | | | Change-Id: Iff70622732792224b3c0a080f95d69f86c167ae6 Reviewed-on: https://gerrit.libreoffice.org/73370 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
* kde5: remove older kde/tde plugins, and references to thatThorsten Behrens2018-12-171-1/+1
| | | | | | | | | | KDE4 is out of maintenance upstream since Nov. 2014, and binaries provided by TDF have switched to KDE5 as the official backend. Change-Id: I165465b56d3ba3a18912b203c06ae8fc6111c0c9 Reviewed-on: https://gerrit.libreoffice.org/60014 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* Don't default to only tango for iOSTor Lillqvist2018-11-061-0/+2
| | | | | | | It doesn't have all the images that dialogs need, for instance the vcl/res/radio1.png. Change-Id: If7839fecb2358846b92d46a47cce3b97f7556711
* It's the developer's choice whether to use --enable-werrorTor Lillqvist2018-10-111-1/+0
| | | | | | It belongs in an autogen.input, not in a distro-configs file. Change-Id: I2e22f94fe9e11986fa40a632e12a272193172bac
* No reason to have --disable-dependency-tracking here ffsTor Lillqvist2018-10-111-1/+0
| | | | Change-Id: Ia42daaf0dbb8fcd0230c7cee21a0f5d560885c22
* Don't disable dbgutil here, let the developer choose in their autogen.inputTor Lillqvist2018-10-051-1/+0
| | | | Change-Id: If6149dce7a0467a73720e9ea40e54705518f3316
* remove Linux ("UNX") systray "Quickstarter"Rene Engelhard2018-05-231-1/+0
| | | | | | | Change-Id: Ie0e8b8b7ad59ee640d6b195dfae1a7cf745056fd Reviewed-on: https://gerrit.libreoffice.org/54543 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
* iOS disable gpgmejan Iversen2018-01-041-2/+10
| | | | | | | | | Disable gpgme called for passing parameters to configure, when called internally (to generate config_build etc). Update the distro-conf, with info on the different supported models Change-Id: I884c8638bf7b1c9fbc8ea4bdaa4dfca019857f45
* iOS, actived more 3rd librariesjan Iversen2017-10-111-2/+0
| | | | | | | configure.ac compete with autogen.input, meaning a lot of enable/disable are set set in configure.ac and cannot be changed. Change-Id: I9e2b42b676fef67af6df81288214428f45fc4844
* iOS, support for more 3rd party librariesjan Iversen2017-10-111-8/+0
| | | | Change-Id: I56bd134bc854578f52a56256e164a3279a0c74b1
* iOS, update distrojan Iversen2017-09-231-2/+44
| | | | | | | | Added copy of autogen.input that works for arm64 and simulator. Some of the disabled libraries might work, that is future work. Change-Id: I7df3491872a1f13110dd49655fdc0a4ede3bfa28
* Pdfium does not build for iOSTor Lillqvist2017-02-111-0/+1
| | | | | | | It uses Carbon, eek, which was marked as deprecated for OS X already back in 2012, and never has been available for iOS. Change-Id: Icfc57dff1ae01272a347a050303139f4f86e6fec
* Make configury work as well as possible for iOS without optionsTor Lillqvist2013-05-011-24/+0
| | | | Change-Id: If28fbe59f55626aeca05fa93446a0e5034ea2b91
* Add --disable-neonTor Lillqvist2013-04-241-0/+1
| | | | Change-Id: Icf9d75e699e8a430ce0d2a305e1b696d8023466b
* Add --enable-mpl-subset --disable-lotuswordproTor Lillqvist2013-04-241-0/+2
| | | | Change-Id: I648e5c23704125e939eceda9ac29217f1c63cd47
* There is no --enable-ext-report-builder any moreAndras Timar2013-03-231-1/+0
| | | | Change-Id: I447a2cfd0e90e61c4a3015d9ef58a78ae86eb874
* No use for help or myspell-dicts for Android or iOSTor Lillqvist2013-01-211-2/+0
|
* default to --without-help and --without-myspell-dictsNorbert Thiebaud2013-01-211-0/+2
| | | | | | | | | | | | | | | | 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>
* Drop obsolete optionsTor Lillqvist2012-12-261-2/+0
|
* Remove --with-stlport from LO 4.0Stephan Bergmann2012-12-171-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
* Isolate PDF Import so it can be made optionally installableStephan Bergmann2012-11-291-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
* Turn PDF import from bundled extension to plain codeStephan Bergmann2012-11-241-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
* Use --disable-cairo-canvas here, tooTor Lillqvist2012-11-211-0/+1
| | | | Change-Id: I21ca700e16d41a0f8372bf997cdd7ae57e555c41
* drop disable-xmlsec, it's core functionality, have to live with itCaolán McNamara2012-08-141-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
* gstreamer: make gstreamer 1.0 and 0.10 dual compileMichael Meeks2012-08-091-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
* Bin obsolete optionsTor Lillqvist2012-02-231-3/+0
|
* --disable-postgresql-sdbcTor Lillqvist2012-01-241-0/+1
|
* Surely we want --disable-vba for iOSTor Lillqvist2012-01-181-0/+1
|
* Add --disable-xmlsec for nowTor Lillqvist2011-11-111-1/+1
|
* Disable some extensions that apparently are enabled otherwiseTor Lillqvist2011-09-251-0/+5
|
* Presumably we want --without-afmsTor Lillqvist2011-08-231-0/+1
|
* Enable CUPS unconditionallyFrançois Tigeot2011-08-221-1/+0
| | | | | It doesn't make sense to try to use anything else to print on *nix systems these days
* Add --disable-librsvgTor Lillqvist2011-08-021-0/+1
|
* Revert "Use separately built "system" OpenSSL for iOS"Tor Lillqvist2011-06-131-1/+0
| | | | This reverts commit cd4784c4d7466027801736f13bf06b08f6beacf6.
* Use separately built "system" OpenSSL for iOSTor Lillqvist2011-05-261-0/+1
| | | | | | | The configury in the bundled obsolete version of OpenSSL is just too horrible to even bother patching up to work for cross-compiling to iOS. There are several ways to build OpenSSL for iOS described on the net, let's just use one of them.
* Don't claim to be official TDF, don't build stlportTor Lillqvist2011-05-151-1/+1
|
* Do even lessTor Lillqvist2011-05-141-0/+2
|
* Add distro-config file for iOSTor Lillqvist2011-05-131-0/+21