summaryrefslogtreecommitdiffstats
path: root/distro-configs
Commit message (Collapse)AuthorAgeFilesLines
* play it safe and don't add breakpad to distro config yetMarkus Mohrhard2016-02-221-1/+0
| | | | Change-Id: I858100508577b4d847db11e9b5f94c6a57ad7e8f
* include breakpad into the buildMarkus Mohrhard2016-02-221-0/+1
| | | | | | | Change-Id: I1bfd107502332fc86ae5e96bbc1f475b8d669c6c Reviewed-on: https://gerrit.libreoffice.org/22547 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* packagekit is implied by dbus nowCaolán McNamara2016-02-201-1/+0
| | | | Change-Id: Ic29f55a846c48a3ddb6151d60e612d6b35a0ef3a
* configure: remove ---disable-randr-linkMichael Stahl2016-02-016-6/+0
| | | | | | | | | This looks obsolete, it was used in LibreOfficeLinux.conf since the beginning but in fact since LO 3.5 it was broken and the vclplug_gen was not actully dlopen()ing Xrandr.so but somehow magically "found" the symbols anyway. Change-Id: I81251a8fef0abac63183b0ff3533bb2331ca6f5a
* disable options by default on androidPeter Foley2016-01-293-9/+0
| | | | | | | | | | Some options aren't supported on android, so disable them by default to avoid errors. Change-Id: Ifef2f5ff55d3bd7d7da1f53d1345be3c5ef11f45 Reviewed-on: https://gerrit.libreoffice.org/21590 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
* Android: don't disable langtag (libetonyek has hard dependency)Christian Lohmaier2016-01-153-3/+0
| | | | | | | apparently in the past it was disabled because it did depend on glib, and maybe also size constraints, but neither apply anymore. Change-Id: Ic731b204cf482639e4d468512b97b5c39ddc73e6
* Remove missed NPAPI itemsBryan Quigley2015-12-311-1/+0
| | | | | | | | | These were missed during the removal of NPAPI. Change-Id: Ie6233a755cd8f2995692fb8790bd65055d100251 Reviewed-on: https://gerrit.libreoffice.org/21015 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
* update jenkins' profileNorbert Thiebaud2015-11-273-1/+3
| | | | Change-Id: I9121c02b07eef1b1eddd78dbb0c903b837b82f14
* No --with(out)-system-mesa-headers any moreTor Lillqvist2015-11-122-2/+0
| | | | Change-Id: I3a1d3ed1b80dc5c63ed442728b0004053642c12e
* do not force-disable ccache for jenkins-ubsan buildNorbert Thiebaud2015-11-091-1/+0
| | | | Change-Id: I791d9d6710462ba0a325228a890b941f6000ce13
* file for ci-based ubsan buildNorbert Thiebaud2015-10-311-0/+42
| | | | Change-Id: I4fd99f02d0a5db6e35b5c16c8b7f19c9c1bb740f
* Remove Seamonkey based address book driverDavid Ostrovsky2015-10-251-1/+0
| | | | | | | | | | | | | | | | Seamonkey based address book driver is based on pre-compiled libraries and is only used on Windows 32 bit. Remove it in favor of mork driver. Given that Seamonkey based mozab driver also provides Outlook and Outlook Express address book integration, that Windows-32-bit--only feature is lost for now. If necessary, support for that feature could be rewritten from scratch, in a way that would also work for Windows 64 bit. Change-Id: Ie1c125e692598bda999767c328c9e2262a2b82af Reviewed-on: https://gerrit.libreoffice.org/19560 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* drop gconf integration as per ESC decisionBjoern Michaelsen2015-10-167-11/+0
| | | | | | | | | | Conflicts: shell/source/backends/gconfbe/gconfbackend.cxx Change-Id: I609ec83ec59f5ae8d3a8c9c09649695bfcb03b87 Reviewed-on: https://gerrit.libreoffice.org/19408 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
* Emscripten: --disable-scripting doesn't work, don't use it for nowSamuel Mehrbrodt2015-10-131-1/+1
| | | | Change-Id: I5e28e76a084ecdbd60d1599114bb75d7775865d3
* Emscripten: Don't build liblangtagSamuel Mehrbrodt2015-10-131-1/+2
| | | | Change-Id: Ie0e8aa9928f59f97cdee5c082694f9af474e1473
* Emscripten has an own zlib port, use itSamuel Mehrbrodt2015-10-131-1/+0
| | | | | | See https://github.com/emscripten-ports/zlib Change-Id: I0af6e2f1f1908838f940ab11706637e3407263fd
* Emscripten: Seems we need cairo canvasSamuel Mehrbrodt2015-10-121-1/+3
| | | | Change-Id: Ib6a10305e0e1b92d7ccc0a4e4ad580d286cc166e
* Emscripten: Disable nss for nowSamuel Mehrbrodt2015-10-121-0/+1
| | | | Change-Id: Ife976e777946e75510b96d64ad04e847b4a59141
* Emscripten: Enable debug output during buildSamuel Mehrbrodt2015-10-121-2/+2
| | | | Change-Id: I7c65711a2bdf6616d31712b4b23305a5dead59f7
* Emscripten: First steps of porting to EmscriptenSamuel Mehrbrodt2015-10-051-0/+54
| | | | | | | | | See https://wiki.documentfoundation.org/Development/Emscripten for details Change-Id: I977a8b9e98b9be13c263fef48f567b92347d0492 Reviewed-on: https://gerrit.libreoffice.org/18643 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
* Remove distro-config for OxygenOfficeSamuel Mehrbrodt2015-09-222-101/+0
| | | | | | The project has been inactive for years. Last version was based on OpenOffice 3. Change-Id: I0ff43a6e9b11571457330016091f4409432ab47b
* remove KDE3 support, --enable-kde and --enable-kdeabMichael Stahl2015-09-032-2/+0
| | | | | | | | | | With the new RHEL6-era baseline TDF can finally ship KDE4 support. Change-Id: I227278b576a3ed2f2aaa751d41b469ca92dc78b3 Reviewed-on: https://gerrit.libreoffice.org/18267 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* ditch gnome-vfs2 supportCaolán McNamara2015-09-027-7/+0
| | | | | | | Change-Id: I882c04fd3a255f55511b1884157de26e7574e6db Reviewed-on: https://gerrit.libreoffice.org/18262 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Add PerfSuite.conf Jenkins pseudo distro-configNorbert Thiebaud2015-08-281-0/+8
| | | | Change-Id: I0fecd634930629c7de65f11ce5190a9a95f98e52
* prepare conf files for tweaking jenkins from core.git directlyNorbert Thiebaud2015-08-1111-0/+4
| | | | Change-Id: Ib70c9407ea023004f11fe8850e1a393bec942f34
* new linux baseline (CentOS 6)Christian Lohmaier2015-07-221-4/+4
| | | | | | | * enable kde4 * switch from gnome-vfs2 to gio Change-Id: Ieb115bc4632d0ce38c3f3af0ca70d707f33bd238
* Linux and Win builds use mergelibs starting with 5.0Christian Lohmaier2015-07-173-0/+3
| | | | Change-Id: I7cdcdcbbbbdc4ba44b3fb8014f93cc522b61f5fc
* configmgr: support reading from a dconf layer (WIP)Stephan Bergmann2015-07-081-0/+1
| | | | | | | | | | | | | | | | | | | | | Work in progress to allow integration of LO with <https://wiki.gnome.org/Projects/FleetCommander>. During configuration, dconf support is implicitly enabled when available on the host (which is presumably only available on Linux). It is explicitly disabled for TDF Linux builds for now, though, to avoid accidental dependencies of the distributed installation sets on system dconf libraries. A dconf layer is represented in the CONFIGURATION_LAYERS bootstrap variable with type "dconf" and an empty URL. See the comment at the top of configmgr/source/readdconflayer.cxx for the encoding of component-data in dconf. All of this is still subject to change. Change-Id: I2d08d81c8ea43ba4a99040a8882ae75b91bcfdb9 Reviewed-on: https://gerrit.libreoffice.org/16848 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* Enable gtk3 by defaultMiklos Vajna2015-06-111-0/+1
| | | | | | | | | | This just builds the gtk3 VCL plugin, it's still disabled by default at runtime (see unx/generic/plugadapt/salplug.cxx). Change-Id: I852e499cf1fbd1b218114f1091c4ba8a9a91a29d Reviewed-on: https://gerrit.libreoffice.org/16229 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
* distro-config: Synchronize 32 bit and x64 bit platformsDavid Ostrovsky2015-02-191-0/+7
| | | | | | | | | | | | 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>
* On windows configure should not use any system stuffDavid Ostrovsky2015-02-191-2/+0
| | | | | | | Change-Id: Idf4e69f79d764d34476dfeefa805c3df3d24876b Reviewed-on: https://gerrit.libreoffice.org/14561 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* add a reference configuration for coverityCaolán McNamara2015-01-281-0/+25
| | | | Change-Id: I2dc149db36a5cfdbca63ea231425168fb799abe0
* drop crashrep unused since start of LibreOfficeCaolán McNamara2015-01-071-1/+0
| | | | | | | Change-Id: I3df1216054c133314b2317849744a0a37e9fbc8f Reviewed-on: https://gerrit.libreoffice.org/13733 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Drop more --enable/disable-openglMatúš Kukan2014-11-213-3/+0
| | | | Change-Id: Ibf77827455faba2f5d94b9fec26bff512713f73d
* Drop --disable-openglTor Lillqvist2014-11-203-3/+0
| | | | Change-Id: Ic1d9843e5b05cf4eeb647cf13eea15fc2acd6063
* rename --disable-gstreamer → --disable-gstreamer-1-0Christian Lohmaier2014-11-074-4/+4
| | | | Change-Id: I9f1e0ae2d5ac71ea7e9edb06d3719d626adb80a4
* There is no --without-ppds any moreTor Lillqvist2014-10-233-3/+0
| | | | Change-Id: I64b2c0cbd6cafa686f62f88fd6a2276c7db80c47
* distro-config should not have --with-vendor=TDFNorbert Thiebaud2014-10-102-2/+0
| | | | Change-Id: I2809456a49727f7b7abe8521f6e6562ed3fd5c9d
* baseline doesn't support gstremer-1.0Christian Lohmaier2014-10-101-0/+1
| | | | Change-Id: I3d08f9df3202c4f594b9adf209dfc0077e6f7d81
* Mac distro config is always 64 bits these days & remove --with-vendorNorbert Thiebaud2014-10-102-16/+0
| | | | Change-Id: I0f0f4c8b511335ec2a6bf69c054cff8aaca8170a
* fdo#45071: Remove ENABLE_NPAPI_INTO_BROWSER left-oversStephan Bergmann2014-09-091-1/+0
| | | | | | ...from previous commit Change-Id: I945faa6215f971ce817c6450fe0786da0696091f
* Start of support for Android on AArch64Tor Lillqvist2014-08-301-0/+19
| | | | | | | | | | The build does not get far before it runs into trouble in the GNU libstdc++ headers, though: android-ndk-r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/opt_random.h:33:23: fatal error: x86intrin.h: No such file or directory Change-Id: I9d459c64980091ba8bf5b3d631d47342625f6be9
* "Official" TDF Mac builds are done w/o ext-wiki-publisherStephan Bergmann2014-01-232-2/+0
| | | | | | | | | | | | | ...since LO 4.1.3, cf. <http://lists.freedesktop.org/archives/libreoffice/2013-October/057006.html> "minutes of ESC call ...," and the underlying issue (Java extension's Addons.xcu causing JVM instantiation upon start of Writer on Mac) has not been addressed since, and Norbert confirmed on IRC that he did the disabling by locally specifying --disable-ext-wiki-publisher on the build machines and continues to use that configuration for all builds since (LO 4.1.4, 4.2.0, 32- and 64-bit), so better reflect that directly in distro-configs. Change-Id: Ib40588a5a6e49f7b9f58df8f1f4eb146de003444
* typo fixesAndras Timar2013-12-201-1/+1
| | | | Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
* solver doesn't solve anything...Michael Stahl2013-10-311-1/+0
| | | | | | | | | | | | | | ... it is an abbreviation of "Solar Version". Since nobody can remember that: remove OUTDIR OUTDIR_FOR_BUILD SOLARVER SOLARVERSION solarpath and any mention thereof. Change-Id: Idb3031c4f25a76ac05b22ec67e3ca3e1e8e512ad Reviewed-on: https://gerrit.libreoffice.org/6515 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* distro-configs: remove no longer working --without-system-cairoStephan Bergmann2013-10-242-2/+0
| | | | | | | ...after 800005b120d06100e082ad45051d4f1c3c549569 "Disallow --without-system-cairo combined with (implicit) --enable-gtk." Change-Id: I74f5e4f454f5e1724e258380bbbcd771bf58453a
* add a distro config for MacOSX 64 bits build (10.8 min sdk)Norbert Thiebaud2013-10-221-0/+16
| | | | Change-Id: I21fbfce72cdf7446845df8ae8f65d6d899163d2f
* Make building installation sets depend on --with-package-format=...Stephan Bergmann2013-10-154-0/+10
| | | | | | | | | | | | | | | ...instead of inconsitently having it depend on --enable-epm for some platforms and having it always enabled on Windows. Only Android and iOS are presumably still special and build any installation sets in their specific modules and outside instsetoo_native. One consequence is that for a non-Windows --enable-online-update --without-package-format build, instdir's version ini-file contains an UpdateURL that ends in just "?pkgfmt=" without an actual format identifier. However, checking whether the update feature would actually work is difficult for most such developer builds, anyway. Change-Id: If14fcf0b2e612499811e8a6e067a854bda612c42
* fdo#61950 De-extensionize presentation minimizerDavid Ostrovsky2013-10-148-8/+0
| | | | | Change-Id: I87805ceacf184d5aa5faae68e8bb932391ace7fb Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* Force 64-bit on 64-bit configurationsFridrich Štrba2013-06-041-0/+1
| | | | Change-Id: I0064c7b05fa5c410b131d3b537ea62f2ecb26f0a