summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
Diffstat (limited to 'editeng')
0 files changed, 0 insertions, 0 deletions
td>Disable oosplash pagein feature for static buildsJan-Marek Glogowski I'm not sure how useful this is today. Still hard-disabled on Mac and Win. Obviously unneeded for static builds. Change-Id: I3a95dede3c596ccdc0d15eba9edc072ad35f33fa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128089 Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de> Tested-by: Jenkins 2018-08-27rename ENABLE_HEADLESS option to DISABLE_GUINoel Grandin since it has nothing to do with the headless command line option, so use the name it has in the configure.ac file Change-Id: Ibf0615ed02695d6e48a797f5632e4f417c010c70 Reviewed-on: https://gerrit.libreoffice.org/59611 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-09-15consistent naming of externals: png -> libpngMichael Stahl Change-Id: I82d95e74318600b390d5add716773c658817e504 Reviewed-on: https://gerrit.libreoffice.org/42296 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> 2014-02-27normalize values of USE_XINERAMAMichael Stahl Change-Id: Iac70c0872b723f57a63b0df3759c3c6d38271eea 2013-06-07further reduce GUIBASE usage; don't set it to headlessMatúš Kukan Change-Id: I76916c15f380bd80e823845f52f32a1c444079da 2013-05-10gbuild: gcc platforms: link with C compiler if no C++ filesMichael Stahl In 5589c72b88e502bfca045ae38af16c854afdd401 a problem due to linking pyuno_wrapper with g++ was fixed: the library should not have a dependency on libstdc++. It's possible to implement this in gbuild directly by checking whether there are any C++ input files. (apparently on GNU/Linux g++ implicitly links in libm too...) Change-Id: I04dce06f796e20047ce7f5eab65e6110c0244445 2013-05-08configure: substantially de-bong libpng handlingMichael Stahl - remove --unix-qstart-libpng: the internal libpng is static lib so this option is pointless - clean up duplicative libpng checks - replace usage of ENABLE_QUICKSTART_LIBPNG with ENABLE_HEADLESS, which is the one case where it could still be disabled Change-Id: Ie2e2c7e4a2396572742fdf056bf23c4271f04811 2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-01-26gbuild: remove various pointless calls that don't add anythingMichael Stahl Change-Id: I7eccac4fa8890c2873c6bbd7f8f5bf5b0dd006d2 2012-12-25Get rid of (most uses of) GUITor Lillqvist GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net> 2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69