# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # Major Contributor(s): # Copyright (C) 2012 Red Hat, Inc., David Tardon # (initial developer) # # All Rights Reserved. # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_Library_Library,streams)) $(eval $(call gb_Library_use_udk_api,streams)) $(eval $(call gb_Library_use_libraries,streams,\ cppu \ cppuhelper \ sal \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_set_componentfile,streams,io/source/stm/streams)) $(eval $(call gb_Library_add_exception_objects,streams,\ io/source/stm/factreg \ io/source/stm/odata \ io/source/stm/omark \ io/source/stm/opipe \ io/source/stm/opump \ io/source/stm/streamhelper \ )) # vim:set shiftwidth=4 softtabstop=4 expandtab: tion value='distro/cib/libreoffice-6-2'>distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/distro-configs/LibreOfficeLinux.conf
AgeCommit message (Collapse)Author
2018-05-23explicitly enable avahiChristian Lohmaier
Change-Id: I8d3c639bfeb6797a5d61ea21e55ac23da1504120 (cherry picked from commit c488328fd27a883e730d1eda47c4a4d2c07f3585) (cherry picked from commit 7baaa7826bdc115beb74341b86f0224d39a20cb7)
2016-11-30enable gstramer-1.0 for baseline linux buildsChristian Lohmaier
Change-Id: I8982621114db142a8f4ef77987bb22de8767fe3f
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>
2016-02-22play it safe and don't add breakpad to distro config yetMarkus Mohrhard
Change-Id: I858100508577b4d847db11e9b5f94c6a57ad7e8f
2016-02-22include breakpad into the buildMarkus Mohrhard
Change-Id: I1bfd107502332fc86ae5e96bbc1f475b8d669c6c Reviewed-on: https://gerrit.libreoffice.org/22547 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-02-01configure: remove ---disable-randr-linkMichael Stahl
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
2015-11-12No --with(out)-system-mesa-headers any moreTor Lillqvist
Change-Id: I3a1d3ed1b80dc5c63ed442728b0004053642c12e
2015-10-16drop gconf integration as per ESC decisionBjoern Michaelsen
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>
2015-09-03remove KDE3 support, --enable-kde and --enable-kdeabMichael Stahl
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>
2015-09-02ditch gnome-vfs2 supportCaolán McNamara
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>
2015-07-22new linux baseline (CentOS 6)Christian Lohmaier
* enable kde4 * switch from gnome-vfs2 to gio Change-Id: Ieb115bc4632d0ce38c3f3af0ca70d707f33bd238
2015-07-17Linux and Win builds use mergelibs starting with 5.0Christian Lohmaier
Change-Id: I7cdcdcbbbbdc4ba44b3fb8014f93cc522b61f5fc
2015-07-08configmgr: support reading from a dconf layer (WIP)Stephan Bergmann
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>
2015-06-11Enable gtk3 by defaultMiklos Vajna
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>