summaryrefslogtreecommitdiffstats
path: root/desktop/Executable_oosplash.mk
Commit message (Collapse)AuthorAgeFilesLines
* normalize values of USE_XINERAMAMichael Stahl2014-02-271-1/+1
| | | | Change-Id: Iac70c0872b723f57a63b0df3759c3c6d38271eea
* further reduce GUIBASE usage; don't set it to headlessMatúš Kukan2013-06-071-4/+2
| | | | Change-Id: I76916c15f380bd80e823845f52f32a1c444079da
* gbuild: gcc platforms: link with C compiler if no C++ filesMichael Stahl2013-05-101-0/+6
| | | | | | | | | | | 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
* configure: substantially de-bong libpng handlingMichael Stahl2013-05-081-1/+1
| | | | | | | | | | - 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
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-22/+4
|
* gbuild: remove various pointless calls that don't add anythingMichael Stahl2013-01-261-4/+0
| | | | Change-Id: I7eccac4fa8890c2873c6bbd7f8f5bf5b0dd006d2
* Get rid of (most uses of) GUITor Lillqvist2012-12-251-1/+1
| | | | | | | | | | 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>
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-281-2/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-281-1/+2
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* solaris/intel: update .mk files to fix build errorsPierre-Eric Pelloux-Prayer2012-07-101-2/+2
| | | | Change-Id: Iba306cde71eb5efeed29a4a44cefa19a47bac84b
* Executable_oosplash.mk: fix typo in Solaris "socket" libMichael Stahl2012-06-211-1/+1
| | | | Change-Id: Ic9338867a3bf9315f20fa02d7fdb1adda2db285a
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-2/+2
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* Introduce headless switch for X / cairo / toolkit less buildRiccardo Magliocchetti2012-02-171-0/+2
| | | | | The plan is to reduce dependencies to be easier to deploy libreoffice server side in headless mode.
* Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist2011-12-201-0/+1
|
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-061-1/+3
|
* remove pch from the include listNorbert Thiebaud2011-11-271-1/+0
|
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-271-2/+0
|
* fix link failure on linux if not using libXineramaPeter Foley2011-09-181-1/+6
|
* gbuildize desktopDavid Tardon2011-09-151-0/+82