summaryrefslogtreecommitdiffstats
path: root/distro-configs/LibreOfficeLinux.conf
Commit message (Collapse)AuthorAgeFilesLines
* --enable-lto for distro-configs/* that already use --enable-mergelibsLuboš Luňák2021-10-141-0/+1
| | | | | | | | | | LTO should now work properly at least on these platforms, and it's a couple percent better performance at the cost of build time. Change-Id: I0b6103161616b730fa32a7dd3b244219dda030fc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123585 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@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>
* distro-config: Drop '--enable-gstreamer-0-10' everywhereMichael Weghorn2019-06-061-1/+0
| | | | | | | | | | | | | | | | This avoids the issue that build breaks when both gtk3 and gstreamer-0.10 are enabled, caused by commit 34bbf192a7753205bb64d14e4eec4ce303317396 ("Drop extra define ENABLE_GTKSINK"). gstreamer-0.10 related code will be removed in a subsequent step according to ESC decision (no longer needed). Change-Id: Ief07a797a3e52229da0ff7b23478108aac900841 Reviewed-on: https://gerrit.libreoffice.org/73608 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
* Linux distro config: Enable more VCL pluginsMichael Weghorn2019-05-221-2/+2
| | | | | | | | | | | | Enable the gtk3_kde5 and kde5 VCL plugins as discussed in ESC all of 2019-05-02. Also drop the "--disable-gtk3" switch so gtk3 is built as well (which is enabled by default). Change-Id: I65230255f8db6a7de992c6f5e9f9892a72436349 Reviewed-on: https://gerrit.libreoffice.org/71865 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.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>
* enable html-help for Linux, Windows and Mac distro-configsChristian Lohmaier2018-07-041-1/+1
| | | | Change-Id: I731e9bcae221d72286f13d5ab8a117e1f1f92052
* explicitly enable avahiChristian Lohmaier2018-05-191-0/+1
| | | | Change-Id: I8d3c639bfeb6797a5d61ea21e55ac23da1504120
* enable gstramer-1.0 for baseline linux buildsChristian Lohmaier2016-11-301-1/+1
| | | | Change-Id: I8982621114db142a8f4ef77987bb22de8767fe3f
* enable breakpad in distro configsMarkus Mohrhard2016-06-071-0/+1
| | | | | | | Change-Id: Ib321a62223c77e3f62d48f358a228465280458ad Reviewed-on: https://gerrit.libreoffice.org/26022 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* 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>
* configure: remove ---disable-randr-linkMichael Stahl2016-02-011-1/+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
* No --with(out)-system-mesa-headers any moreTor Lillqvist2015-11-121-1/+0
| | | | Change-Id: I3a1d3ed1b80dc5c63ed442728b0004053642c12e
* drop gconf integration as per ESC decisionBjoern Michaelsen2015-10-161-1/+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>
* remove KDE3 support, --enable-kde and --enable-kdeabMichael Stahl2015-09-031-1/+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-021-1/+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>
* 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-171-0/+1
| | | | 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>
* Drop more --enable/disable-openglMatúš Kukan2014-11-211-1/+0
| | | | Change-Id: Ibf77827455faba2f5d94b9fec26bff512713f73d
* rename --disable-gstreamer → --disable-gstreamer-1-0Christian Lohmaier2014-11-071-1/+1
| | | | Change-Id: I9f1e0ae2d5ac71ea7e9edb06d3719d626adb80a4
* distro-config should not have --with-vendor=TDFNorbert Thiebaud2014-10-101-1/+0
| | | | Change-Id: I2809456a49727f7b7abe8521f6e6562ed3fd5c9d
* baseline doesn't support gstremer-1.0Christian Lohmaier2014-10-101-0/+1
| | | | Change-Id: I3d08f9df3202c4f594b9adf209dfc0077e6f7d81
* distro-configs: remove no longer working --without-system-cairoStephan Bergmann2013-10-241-1/+0
| | | | | | | ...after 800005b120d06100e082ad45051d4f1c3c549569 "Disallow --without-system-cairo combined with (implicit) --enable-gtk." Change-Id: I74f5e4f454f5e1724e258380bbbcd771bf58453a
* fdo#61950 De-extensionize presentation minimizerDavid Ostrovsky2013-10-141-1/+0
| | | | | Change-Id: I87805ceacf184d5aa5faae68e8bb932391ace7fb Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* UNIXWRAPPERNAME is unusedTor Lillqvist2013-05-151-1/+0
| | | | Change-Id: Ic25acc8413960c2268b5fffc287e8e4f3165a767
* Remove --disable-unix-qstart-libpng from distro-configs.Mark Wielaard2013-05-141-1/+0
| | | | | | | | | | | | commit cc858aca0ebf653eebceaf09e2316763d8d81051 "configure: substantially de-bong libpng handling" Removed the unix-qstart-libpng configure option. Also remove it from the distro-configs. Change-Id: I99de8b99d531d7bedc76ac171050219801000284 Reviewed-on: https://gerrit.libreoffice.org/3900 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* LibreOfficeLinux.conf: use system zlibMichael Stahl2013-05-081-1/+1
| | | | | | | | It appears that there are some externals that link against the system zlib anyway, and the assumption is that system zlib will work everywhere. Change-Id: Id348ed88d00ec1495aa54871c994062b9e1b3e85
* Revert "Don't enable postgresql-sdbc by default"Tor Lillqvist2013-04-301-1/+0
| | | | | | | | | | | | 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
* Don't enable postgresql-sdbc by defaultTor Lillqvist2013-04-301-0/+1
| | | | | | | | | | | 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
* Explicitely mention --disable-gio in distro-configs/LibreOfficeLinux.confPetr Mladek2013-04-091-0/+1
| | | | | | | | AFAIK, we could not use GIO for the release builds because they are built on too old system. GIO has got enabled by default but it can't be used together with GNOME VFS, so we need to explicitely disable it here. Change-Id: Ic5e64b0b5a7c000b9add2892a18bbc963ea2b900
* There is no --enable-ext-report-builder any moreAndras Timar2013-03-231-1/+0
| | | | Change-Id: I447a2cfd0e90e61c4a3015d9ef58a78ae86eb874
* clean up obsolete mozilla optionsDavid Ostrovsky2013-02-241-1/+0
| | | | Change-Id: I443e77c33b797aaff0b0389525148d1ee2d3193c
* Kill the --without-system-stdlibs optionFridrich Štrba2013-02-191-1/+0
| | | | Change-Id: I54bff2c8593995829857d30b38b8626a8c1a1a4f
* Enable dbus in LibreOfficeLinux configurationFridrich Štrba2013-02-081-1/+1
| | | | Change-Id: I959437dd440c0eec4fdfa75498a95295bb85cda0
* 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>
* --without-system-libpng for "universal" Linux buildsStephan Bergmann2012-12-031-0/+1
| | | | | | | ...so that e.g. Fedora 17 does not require installation of libpng-compat package for old libpng12.so. Change-Id: I45cf3928b30dbbb815f70cde1972dc4972007c05
* Always use Java target version 1.5Tor Lillqvist2012-11-291-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
* 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
* binfilter.die.die.dieNorbert Thiebaud2012-11-091-1/+0
| | | | | | | Change-Id: Ia3c103e4343d309b997ed37e33a382ffdfbddac3 Reviewed-on: https://gerrit.libreoffice.org/1014 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
* bin tab that breaks configurePetr Mladek2012-10-151-1/+0
| | | | Change-Id: I6705d60313243142bf4f5a0b4856757e093d5a1e
* changed scripting javascript/beanshell switches in distro configsAndras Timar2012-10-081-2/+3
| | | | Change-Id: I28219b9d7500a5d162c554903cf92656cb25a01b
* Enable Evolution Adress Book support in official GNU/Linux buildLionel Elie Mamane2012-09-101-0/+1
| | | | Change-Id: Id05436f38477d73be308310c7ef0ec3baca01bc9
* gstreamer: make gstreamer 1.0 and 0.10 dual compileMichael Meeks2012-08-091-1/+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
* there is no --with-openldap option anymoreMatúš Kukan2012-07-161-1/+0
| | | | Change-Id: I59dd2a5b2f7760ca610d64289cb11d5aedcd5965
* This option does not exist anymoreFridrich Štrba2012-06-051-1/+0
| | | | | Change-Id: I748976e284e1812035f18abac628f0b2397d74c7 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
* Revert "Don't bundle stdelibs on Linux by default"Fridrich Štrba2012-05-111-1/+1
| | | | | | since the toolchain that would allow this to be done is broken This reverts commit 9980e69e172ebaea9f6cde78187b3e7693647621.
* Don't bundle stdelibs on Linux by defaultFridrich Štrba2012-05-101-1/+1
| | | | Change-Id: Ib498067bad7b370dc5ab58e728de9f64f375a1a8