summaryrefslogtreecommitdiffstats
path: root/distro-configs/LibreOfficeOpenBSD.conf
Commit message (Collapse)AuthorAgeFilesLines
* default to --without-help and --without-myspell-dictsNorbert Thiebaud2013-01-211-0/+1
| | | | | | | | | | | | | | | | 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>
* 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
* Update MinGW build reqs.Jan Holesovsky2012-11-251-1/+0
| | | | Change-Id: I5877e181d5f395037f7bea747df429bb9e9080f6
* 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>
* 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
* Remove some obsolete config optionsFridrich Štrba2011-11-301-2/+0
|
* --with-system-libxslt is gone, remove it from the distro-configs.Jan Holesovsky2011-11-291-1/+0
|
* distro-configs: with-extension-integration -> enable-extension-integrationMiklos Vajna2011-09-221-1/+1
| | | | | This was a regression introduced in commit 29db940ce504a5dff393927e4ea2680156f2b119
* update the configure flags to reflect realityRobert Nagy2011-06-201-3/+2
|
* fix ant homeRobert Nagy2011-05-231-1/+2
|
* use internal libwpd for nowRobert Nagy2011-05-211-1/+1
|
* fix ENABLE_QUICKSTART_LIBPNG handling fdo#36497Michael Meeks2011-05-171-1/+1
|
* Disable BrOffice branding for official builds (fdo#36262)Petr Mladek2011-04-261-1/+0
|
* remove obsolete configure options + fix system_xrender_headers vs system_xrenderFridrich Štrba2011-04-081-4/+0
|
* no need to quote vendor anymoreRobert Nagy2011-04-071-1/+1
|
* add an OpenBSD distro configRobert Nagy2011-04-071-0/+61