summaryrefslogtreecommitdiff
path: root/distro-configs/LibreOfficeWin64.conf
AgeCommit message (Collapse)Author
2021-05-18make --disable-odk the defaultNoel Grandin
Because developers (especially new ones) don't need this, or the extra dependencies it tends to trigger Update distro and jenkins configs so that the ones that were building ODK before, are still building it after this. Change-Id: I5dc71e70dc457b7921a146008d7d2317b199caab Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115647 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-09-11WIN drop --enable-64bit to select Windows targetJan-Marek Glogowski
This changes the Windows build to use the default configure switch to select the target / host of the compiled binaries to get the possibility to cross compile on Windows the "default" way. Note that selecting i686-pc-cygwin on x86_64 doesn't do a cross- compilation, as no special build tools are needed, because x86_64 can run x86 binaries just fine. A consequence of the change is the default target host, which is now the same then the build system, instead of the previous x86 default. Change-Id: I5584f34f665573ebac40d5d7753d96addeb84dbb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102479 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2018-07-04enable html-help for Linux, Windows and Mac distro-configsChristian Lohmaier
Change-Id: I731e9bcae221d72286f13d5ab8a117e1f1f92052
2017-01-13Remove --disable-gtk from Windows distro configsSamuel Mehrbrodt
Change-Id: I04e8bdfb3129a444008755f461da5ea7d97a7248 Reviewed-on: https://gerrit.libreoffice.org/33027 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-06-07enable breakpad in distro configsMarkus Mohrhard
Change-Id: Ib321a62223c77e3f62d48f358a228465280458ad Reviewed-on: https://gerrit.libreoffice.org/26022 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-07-17Linux and Win builds use mergelibs starting with 5.0Christian Lohmaier
Change-Id: I7cdcdcbbbbdc4ba44b3fb8014f93cc522b61f5fc
2015-02-19distro-config: Synchronize 32 bit and x64 bit platformsDavid Ostrovsky
Only two options are different for x64 bit platform compared to 32 bit: + --enable-64-bit - --enable-win-mozab-driver Change-Id: I17754acbb7d380fa6d2dee46ce68f780285a84b9 Reviewed-on: https://gerrit.libreoffice.org/14543 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-04-30Revert "Don't enable postgresql-sdbc by default"Tor Lillqvist
I simply didn't have the krb5-devel package installed, and assumed there was something more complicated going on. This reverts commit 0e1cc9968522b602c345aae33c4aac4c5bccd274. Conflicts: distro-configs/LibreOfficeWin64.conf Change-Id: Ie3b226678862ed6388bcf1bf105da0b996f653d1
2013-04-30Fix 64-bitness optionTor Lillqvist
Also, don't claim TDF would be doing 64-bit Windows builds. Change-Id: I3abdb13cf7b29c6d249d49fd6f66ce1b9993d97e
2013-04-30Don't enable postgresql-sdbc by defaultTor Lillqvist
Try to make it more likely that a build without any autogen.sh options succeeds. We didn't even get past the autogen.sh phase on openSUSE 12.3 thanks to some krb5 stuff needed by the postgresql-sdbc checks. To compensate, add --enable-postgresql-sdbc to those distro-configs/*.conf files that didn't already have --disable-postgresql-sdbc. Change-Id: I967616993875b99d9d5a9fd0721f281bb1161a87
2013-04-17--without-agfa-monotype-fonts is goneStephan Bergmann
...since 62bf424fa84b0ccd0828a474a1351b0134f27eab "remove dead code." Change-Id: Idfe58e53232c6cef755f4f7e4d572f7cac3efc6a
2013-01-21default to --without-help and --without-myspell-dictsNorbert Thiebaud
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-11-29Always use Java target version 1.5Tor Lillqvist
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-10-08changed scripting javascript/beanshell switches in distro configsAndras Timar
Change-Id: I28219b9d7500a5d162c554903cf92656cb25a01b
2012-10-02remove deprecated configure switch --disable-activex-componentAndras Timar
Change-Id: I3a5b19ac9f7c09a7bb5c919b3a9bc18ab646fd76
2012-09-27explicitly --disable-gtk for Windows and MacOSXAndras Timar
Change-Id: I0b90350cd1fb9221213e052c1b0f5605663f5090
2012-04-24Hardcode cairo canvas off for Mac OS X and WindowsTor Lillqvist
Do not depend on a distro-configs file to disable it. It is supposed to be optional to pass a --with-distro option. Running a bare ./autogen.sh is supposed to produce a working configuration.
2012-03-29Disable cairo canvas on Windows fdo#46901 fdo#46532Michael Meeks
We never used cairocanvas on Win, this got accidentally enabled due to configure.in cleanups. Not that we shouldn't, but it needs some more fixing ( Analog of Thorsten's Mac commit for fdo#45584 )
2011-11-30Remove some obsolete config optionsFridrich Štrba
2011-07-23--enable-ext-scripting-pythin is not an option anymoreNorbert Thiebaud
2011-05-11Enable extern scripting for offical LO builds (fdo#33355)Petr Mladek
Added the following options to distro-configs/LibreOffice*.conf: --enable-ext-scripting-beanshell --enable-ext-scripting-javascript --enable-ext-scripting-python Thanks David Tardon <dtardon@redhat.com> for tip
2011-04-26Disable BrOffice branding for official builds (fdo#36262)Petr Mladek
2011-04-08remove obsolete configure options + fix system_xrender_headers vs system_xrenderFridrich Štrba
2011-04-07No need to quote anymoreFridrich Štrba
2011-04-07check more carefully for configure generation, and fix quoting of vendorsMichael Meeks
2011-03-21Add some distro-configs from build repositoryFridrich Štrba