summaryrefslogtreecommitdiffstats
path: root/distro-configs
Commit message (Collapse)AuthorAgeFilesLines
* disable dynload expects services.rdb to list the orig library nameCaolán McNamara2017-03-031-1/+0
| | | | | | | | | | | while ---enable-mergelibs creates a single libmergedlo.a in this mode and the services.rdb contains that I guess I could tweak cppuhelper/source/shlib.cxx and solenv/bin/native-code.py etc to work differently or just take the more well travelled road here Change-Id: I35e2626824c9b015b5a6051db659fe467c35d8ba
* Always enable liblangtagKhaled Hosny2017-02-241-1/+0
| | | | | | | | | | The license should not be an issue any more since liblangtag now has an LGPL/MPLv2 dual licence. Change-Id: I4dfffcccf5d710bd16b21c3254c1449ae041b8ab Reviewed-on: https://gerrit.libreoffice.org/34511 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
* Kill bitrot Emscripten experimentKhaled Hosny2017-02-211-52/+0
| | | | | | | Change-Id: I1cd5331157e684afb01e6555168ce646194c6ff2 Reviewed-on: https://gerrit.libreoffice.org/34493 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
* 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
* Remove MinGW supportStephan Bergmann2017-02-102-63/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | In OOo times, there'd originally been efforts to allow building on Windows with MinGW. Later, in LO times, this has been shifted to an attempt of cross- compiling for Windows on Linux. That attempt can be considered abandoned, and the relevant code rotting. Due to this heritage, there are now three kinds of MinGW-specific code in LO: * Code from the original OOo native Windows effort that is no longer relevant for the LO cross-compilation effort, but has never been removed properly. * Code from the original OOo native Windows effort that is re-purposed for the LO cross-compilation effort. * Code that has been added specifially for the LO cross-compilation effort. All three kinds of code are removed. (An unrelated, remaining use of MinGW is for --enable-build-unowinreg, utilizing --with-mingw-cross-compiler, MINGWCXX, and MINGWSTRIP.) Change-Id: I49daad8669b4cbe49fa923050c4a4a6ff7dda568 Reviewed-on: https://gerrit.libreoffice.org/34127 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* add --disable-pdfiumCaolán McNamara2017-02-102-0/+2
| | | | Change-Id: I9137dc0030c3c752ffc0931721bf6b0013309d39
* --enable-ext-google-docs is goneStephan Bergmann2017-02-031-1/+0
| | | | Change-Id: I460eee8669900d7b6652463f996459ca0bd486e8
* Adapt LibreOfficeFlatpak.conf to newly added dependenciesStephan Bergmann2017-02-021-0/+3
| | | | | | ...that are all not provided by the underlying GNOME 3.20 SDK/runtime Change-Id: I23f1a462f8bf44a30c09bbccad5916304d7c4da1
* Revert "distro-configs: disable firebird on linux_clang_dbgutil_64"Stephan Bergmann2017-01-171-1/+0
| | | | | | | | | | | This reverts commit 686887e2cb71e4ffc1e16179b06adf938a9dc7f9, now that <https://gerrit.libreoffice.org/#/c/33186/> "external/firebird: Backport fix for CORE-5452 causing spurious SEGV" should fix the instability. Change-Id: I9483c04de36d83233485f1280c3cada84767d696 Reviewed-on: https://gerrit.libreoffice.org/33189 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* don't build the internal hsqldb and rhino for coverity checkingCaolán McNamara2017-01-131-0/+4
| | | | Change-Id: I7d269b1de29ecc1b0b9e6d58e316d5084e2fdcb6
* Remove --disable-gtk from Windows distro configsSamuel Mehrbrodt2017-01-132-2/+0
| | | | | | | 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>
* use new ENABLE_NSS for code which needs nssCaolán McNamara2016-12-201-1/+0
| | | | | | | | | | which isn't available on a static-only build (iOS and fuzzing) and android Change-Id: I99bb7c0b45d4499579ddf73f469a762ddcae99ab Reviewed-on: https://gerrit.libreoffice.org/32182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* necessary oss-fuzz config setupCaolán McNamara2016-12-181-2/+6
| | | | Change-Id: Id3db7c7fa74f8dd36c0385c2198efd12546004ab
* change from glew to epoxyCaolán McNamara2016-12-131-1/+0
| | | | | | | | | | because that works under wayland out of the box and gtk3 uses it already Change-Id: Iefaac31e325534a81a5389f752804af917c1baef Reviewed-on: https://gerrit.libreoffice.org/31213 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* oss-fuzz: do explicit disable-runtime-optimizationsCaolán McNamara2016-12-101-0/+1
| | | | Change-Id: I0597436bddcd79f7a44d3969b54a3ae2e02b3c70
* oss-fuzz: disable-gui now worksCaolán McNamara2016-12-081-2/+3
| | | | Change-Id: I8c9349299e67532c60fcd1e887fc0e33e45a29b8
* Retire the --disable-export optionTor Lillqvist2016-12-081-1/+0
| | | | | | It was never fully implemented, and its usefulness is unclear. Change-Id: I86dee8ee6326bdfaa178260c76188261aef2fb4c
* add a linux_random jenkins's distro config to be able to have a tb on thatNorbert Thiebaud2016-12-071-0/+1
| | | | Change-Id: I203f5e7c4f78fe57a09373b944f0d58d8c3a5d05
* oss-fuzz woes continueCaolán McNamara2016-12-051-0/+2
| | | | Change-Id: I8307c09d5ba4fb24c0d2e273459b34edd06ae76a
* oss-fuzz deploys in a very different env to which its builtCaolán McNamara2016-12-051-10/+7
| | | | Change-Id: Ice4956cd196424d21bf659f95f99c3e0c6928744
* optionally enable oss-fuzz targets via --enable-fuzzersCaolán McNamara2016-12-051-0/+1
| | | | Change-Id: I16f52515a149a1e6e47cd0301a45db84ddd95885
* sufficient to get us building in the oss-fuzz environmentCaolán McNamara2016-12-021-0/+1
| | | | | | | | | | | | | | | | | | | we're presented with... CXX="/usr/local/bin/clang++" CC="/usr/local/bin/clang" CXXFLAGS="-g -stdlib=libc++" and out of the box we fail to build, but if we reshuffle to... CXX="/usr/local/bin/clang++ -stdlib=libc++" CC="/usr/local/bin/clang -stdlib=libc++" CXXFLAGS="-g" LDFLAGS="-lpthread" then with this distro-config we build to completion Change-Id: Ib6bee4dd69e0609e3c1238d86837a1680483ffa4
* starting skeleton for oss-fuzz configCaolán McNamara2016-12-021-0/+16
| | | | | | gets vcl built anyway Change-Id: I521a53019f54d5e42c931043c758143f2f8bdb1d
* enable gstramer-1.0 for baseline linux buildsChristian Lohmaier2016-11-301-1/+1
| | | | Change-Id: I8982621114db142a8f4ef77987bb22de8767fe3f
* screenshot config at the wrong placeNorbert Thiebaud2016-11-273-0/+0
| | | | Change-Id: Icb72cb89f2dcc890b82b3ea6df2cc06aa902cc13
* add screenshot jenkins configNorbert Thiebaud2016-11-273-0/+3
| | | | Change-Id: Ic6e2a68f948c62cabc210a1873baffe2df300e8b
* Kill old Graphite layout enginesKhaled Hosny2016-11-261-1/+0
| | | | | | | Change-Id: Ia19d4d0a3a33694b6edfff62e6b40028dac19677 Reviewed-on: https://gerrit.libreoffice.org/31212 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
* Drop more OxygenOffice bitsGabor Kelemen2016-11-081-5/+0
| | | | | | | | | | | Follow up to 8dc38d9ded92960eda46343b67da8a8b95404b5a Here we drop some --help descriptions and the rest of removed extensions from the Jenkins config file Change-Id: Ie1520adf2c48c2dc714b00c53ba0055f1deb3c62 Reviewed-on: https://gerrit.libreoffice.org/30697 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
* Some --enable-ext-* switches got removedStephan Bergmann2016-09-091-5/+0
| | | | | | | ...with 8dc38d9ded92960eda46343b67da8a8b95404b5a "Remove obsolete OxygenOffice bits" Change-Id: I796505a87a821d6f7f0b79ade9fdeec89932e561
* No export validation for the host platform when cross-compiling pleaseTor Lillqvist2016-08-183-3/+6
| | | | | | | | Sure, would make more sense to hardcode this in configure.ac. But actually I guess that export validation will be turned off by default anyway soon. Change-Id: Icf266a0f389b9ebc8a28ee2e5f277449875ca885
* distro-configs: disable firebird on linux_clang_dbgutil_64Miklos Vajna2016-08-181-0/+1
| | | | | | | | | | | As it's quite unstable and this way the clang tinderbox fails before deteching interesting problems (and firebird is covered by other platforms anyway). Change-Id: Ieaca3a6f5d036c9df22bdbe5a48bf27d2d9ce49f Reviewed-on: https://gerrit.libreoffice.org/28223 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* fix typo in jenkins configNorbert Thiebaud2016-07-081-1/+1
| | | | Change-Id: Iff1298d01d5e453d6d2559d28e086e7f6dd444a1
* add configs for new gerrit build under jenkinsNorbert Thiebaud2016-07-084-0/+6
| | | | Change-Id: I2ba40b1b1a3d35bc851e675d87fcffc1adfdff0f
* enable breakpad in distro configsMarkus Mohrhard2016-06-073-0/+3
| | | | | | | Change-Id: Ib321a62223c77e3f62d48f358a228465280458ad Reviewed-on: https://gerrit.libreoffice.org/26022 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* xdg-app got renamed to FlatpakStephan Bergmann2016-05-111-1/+1
| | | | Change-Id: Ib5ea4ad5b6033ee1634ea2f245742f862a40042d
* Convenience --with-distro=LibreOfficeXdgAppStephan Bergmann2016-04-291-0/+44
| | | | Change-Id: Idab663e79cd4836ec1c14020fcd5c462c1cbf5dc
* 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