summaryrefslogtreecommitdiffstats
path: root/distro-configs
Commit message (Collapse)AuthorAgeFilesLines
* Don't bother with Report Builder on Android for nowTor Lillqvist2011-12-011-0/+1
|
* Don't bother with Presenter Console or Minimizer on Android for nowTor Lillqvist2011-12-011-0/+2
|
* Enable online update in the release builds again.Jan Holesovsky2011-12-012-2/+0
|
* sampleicc has not yet been packaged in pkgsrcFrançois Tigeot2011-11-301-0/+1
|
* Remove some obsolete config optionsFridrich Štrba2011-11-305-7/+0
|
* --with-system-libxslt is gone, remove it from the distro-configs.Jan Holesovsky2011-11-294-4/+0
|
* Android is after all Java-based, so let's not avoid itTor Lillqvist2011-11-251-1/+0
| | | | | | | | | An Android app always runs in the context of a Java (well, Dalvik) virtual machine. Sure, there will now be some Java-related compilation errors here and there when cross-compiling for Android. Use --without-java if they disturb, until I have fixed them.
* Remove obsolete parameter --disable-nss-moduleFrançois Tigeot2011-11-191-1/+0
|
* Do not use mozilla headersFrançois Tigeot2011-11-191-0/+1
| | | | | The configure script checks for them by default now. Disable this nonsense.
* Add --disable-xmlsec for nowTor Lillqvist2011-11-111-1/+1
|
* Introduce LibreOfficeMinGW distro-config.Jan Holesovsky2011-11-031-0/+30
|
* Disable xmlsec for AndroidTor Lillqvist2011-11-031-2/+3
|
* Disable the Presenter Console extensionFrançois Tigeot2011-10-241-1/+2
|
* Use the internal versions of libcmis and libvisioFrançois Tigeot2011-10-171-0/+2
| | | | They are not packaged separately
* cmis disable got removed from configureThorsten Behrens2011-10-061-1/+0
|
* Disable libcmis for Android for the whileThorsten Behrens2011-10-041-0/+1
|
* Make Android cross-build workingThorsten Behrens2011-09-271-0/+2
| | | | | | | | | | | | In the spirit of 12759f67a36d52a345be6002d7017551e8414c59, change external lib's config.sub to eat the arm-unknown-linux-androideabi host os string. Also, permit shared libs again - seems Android can handle those. Added dictionaries to cross-build-toolset - idxdict is needed. Should build up to sfx2 - some residual static lib issues there, and in raptor.
* Disable some extensions that apparently are enabled otherwiseTor Lillqvist2011-09-251-0/+5
|
* bump to libexttextcatCaolán McNamara2011-09-231-1/+1
| | | | | | As an aside we can always use the configuration and data files belonging to the system version now in --with-system-libexttextcat mode, so need for the --data option.
* distro-configs: with-extension-integration -> enable-extension-integrationMiklos Vajna2011-09-226-6/+6
| | | | | This was a regression introduced in commit 29db940ce504a5dff393927e4ea2680156f2b119
* Presumably we want --without-afmsTor Lillqvist2011-08-231-0/+1
|
* Enable CUPS unconditionallyFrançois Tigeot2011-08-223-3/+0
| | | | | It doesn't make sense to try to use anything else to print on *nix systems these days
* Add --disable-librsvgTor Lillqvist2011-08-021-0/+1
|
* Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky2011-07-282-0/+2
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.in configure.in instsetoo_native/util/makefile.mk instsetoo_native/util/openoffice.lst ooo.lst.in set_soenv.in solenv/inc/minor.mk
| * Disable the online update for the release.Jan Holesovsky2011-06-243-1/+2
| | | | | | | | Signed-off-by: Petr Mladek <pmladek@suse.cz>
| * update the configure flags to reflect realityRobert Nagy2011-06-201-3/+2
| |
| * --enable-online-update in the Linux universal builds.Jan Holesovsky2011-06-171-0/+1
| | | | | | | | Signed-off-by: Petr Mladek <pmladek@suse.cz>
| * fix ant homeRobert Nagy2011-05-231-1/+2
| |
* | --enable-ext-scripting-pythin is not an option anymoreNorbert Thiebaud2011-07-235-5/+0
| |
* | Remove --enable-debug, it now breaks the buildFrancois Tigeot2011-06-281-1/+0
| |
* | There is no --disable-fontconfig option any moreTor Lillqvist2011-06-261-1/+0
| |
* | update the configure flags to reflect realityRobert Nagy2011-06-201-3/+2
| |
* | No enable-ext-scripting-python any moreTor Lillqvist2011-06-131-1/+0
| |
* | Revert "Use separately built "system" OpenSSL for iOS"Tor Lillqvist2011-06-131-1/+0
| | | | | | | | This reverts commit cd4784c4d7466027801736f13bf06b08f6beacf6.
* | No --disable-cairo needed any moreTor Lillqvist2011-06-091-1/+0
| |
* | use --enable-python=internal in distro configsPetr Mladek2011-06-063-3/+3
| | | | | | | | --without-system-python is not longer available
* | Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky2011-05-313-5/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in distro-configs/LibreOfficeMacOSX.conf distro-configs/OxygenOfficeLinux.conf distro-configs/OxygenOfficeWin32.conf download instsetoo_native/util/openoffice.lst ooo.lst.in set_soenv.in solenv/bin/modules/installer/download.pm solenv/gbuild/CppunitTest.mk solenv/inc/minor.mk solenv/inc/settings.mk
| * fix ENABLE_QUICKSTART_LIBPNG handling fdo#36497Michael Meeks2011-05-172-2/+2
| |
| * Enable nlpsolver also for MacThorsten Behrens2011-05-171-0/+1
| | | | | | | | | | | | Fix for fdo#37180 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
| * Build nlpsolver for Win32 and Linux release buildsFridrich Štrba2011-05-162-0/+2
| |
| * unrecognized options: --with-nlpsolverFridrich Štrba2011-05-131-1/+0
| |
| * Enable binfilter explicitely for windowsFridrich Štrba2011-05-131-1/+2
| |
| * Enable extensions and bundle them in Windows build by defaultFridrich Štrba2011-05-111-0/+6
| |
| * Clean up MacOS distro config from cruftThorsten Behrens2011-05-101-3/+1
| |
| * Refine lication of OxygenOffice splashKalman Szalai - KAMI2011-05-042-0/+4
| |
| * Enable extern scripting for offical LO builds (fdo#33355)Petr Mladek2011-05-034-0/+12
| | | | | | | | | | | | | | | | | | | | Added the following options to distro-configs/LibreOffice*.conf: --enable-ext-scripting-beanshell --enable-ext-scripting-javascript --enable-ext-scripting-python Thanks David Tardon <dtardon@redhat.com> for tip
| * OxygenOffice distro conf updatelibo642011-04-262-2/+2
| |
| * Reintroduce OxygenOffice distro confsKalman Szalai - KAMI2011-04-232-0/+121
| |
| * Disable BrOffice branding for official builds (fdo#36262)Petr Mladek2011-04-225-5/+0
| |
| * remove obsolete configure options + fix system_xrender_headers vs system_xrenderFridrich Štrba2011-04-084-12/+1
| |