summaryrefslogtreecommitdiff
path: root/distro-configs
AgeCommit message (Collapse)AuthorFilesLines
2011-12-01Don't bother with Report Builder on Android for nowTor Lillqvist1-0/+1
2011-12-01Don't bother with Presenter Console or Minimizer on Android for nowTor Lillqvist1-0/+2
2011-12-01Enable online update in the release builds again.Jan Holesovsky2-2/+0
2011-11-30sampleicc has not yet been packaged in pkgsrcFrançois Tigeot1-0/+1
2011-11-30Remove some obsolete config optionsFridrich Štrba5-7/+0
2011-11-29--with-system-libxslt is gone, remove it from the distro-configs.Jan Holesovsky4-4/+0
2011-11-25Android is after all Java-based, so let's not avoid itTor Lillqvist1-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.
2011-11-19Remove obsolete parameter --disable-nss-moduleFrançois Tigeot1-1/+0
2011-11-19Do not use mozilla headersFrançois Tigeot1-0/+1
The configure script checks for them by default now. Disable this nonsense.
2011-11-11Add --disable-xmlsec for nowTor Lillqvist1-1/+1
2011-11-03Introduce LibreOfficeMinGW distro-config.Jan Holesovsky1-0/+30
2011-11-03Disable xmlsec for AndroidTor Lillqvist1-2/+3
2011-10-24Disable the Presenter Console extensionFrançois Tigeot1-1/+2
2011-10-17Use the internal versions of libcmis and libvisioFrançois Tigeot1-0/+2
They are not packaged separately
2011-10-06cmis disable got removed from configureThorsten Behrens1-1/+0
2011-10-04Disable libcmis for Android for the whileThorsten Behrens1-0/+1
2011-09-27Make Android cross-build workingThorsten Behrens1-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.
2011-09-25Disable some extensions that apparently are enabled otherwiseTor Lillqvist1-0/+5
2011-09-23bump to libexttextcatCaolán McNamara1-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.
2011-09-22distro-configs: with-extension-integration -> enable-extension-integrationMiklos Vajna6-6/+6
This was a regression introduced in commit 29db940ce504a5dff393927e4ea2680156f2b119
2011-08-23Presumably we want --without-afmsTor Lillqvist1-0/+1
2011-08-22Enable CUPS unconditionallyFrançois Tigeot3-3/+0
It doesn't make sense to try to use anything else to print on *nix systems these days
2011-08-02Add --disable-librsvgTor Lillqvist1-0/+1
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky2-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
2011-07-23--enable-ext-scripting-pythin is not an option anymoreNorbert Thiebaud5-5/+0
2011-06-28Remove --enable-debug, it now breaks the buildFrancois Tigeot1-1/+0
2011-06-26There is no --disable-fontconfig option any moreTor Lillqvist1-1/+0
2011-06-24Disable the online update for the release.Jan Holesovsky3-1/+2
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-06-20update the configure flags to reflect realityRobert Nagy1-3/+2
2011-06-20update the configure flags to reflect realityRobert Nagy1-3/+2
2011-06-17--enable-online-update in the Linux universal builds.Jan Holesovsky1-0/+1
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-06-13No enable-ext-scripting-python any moreTor Lillqvist1-1/+0
2011-06-13Revert "Use separately built "system" OpenSSL for iOS"Tor Lillqvist1-1/+0
This reverts commit cd4784c4d7466027801736f13bf06b08f6beacf6.
2011-06-09No --disable-cairo needed any moreTor Lillqvist1-1/+0
2011-06-06use --enable-python=internal in distro configsPetr Mladek3-3/+3
--without-system-python is not longer available
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky3-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
2011-05-26Use separately built "system" OpenSSL for iOSTor Lillqvist1-0/+1
The configury in the bundled obsolete version of OpenSSL is just too horrible to even bother patching up to work for cross-compiling to iOS. There are several ways to build OpenSSL for iOS described on the net, let's just use one of them.
2011-05-23fix ant homeRobert Nagy1-1/+2
2011-05-23fix ant homeRobert Nagy1-1/+2
2011-05-21use internal libwpd for nowRobert Nagy1-1/+1
2011-05-17fix ENABLE_QUICKSTART_LIBPNG handling fdo#36497Michael Meeks2-2/+2
2011-05-17fix ENABLE_QUICKSTART_LIBPNG handling fdo#36497Michael Meeks2-2/+2
2011-05-17Enable nlpsolver also for MacThorsten Behrens1-0/+1
Fix for fdo#37180 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-05-16Build nlpsolver for Win32 and Linux release buildsFridrich Štrba2-0/+2
2011-05-16Build nlpsolver for Win32 and Linux release buildsFridrich Štrba2-0/+2
2011-05-15Don't claim to be official TDF, don't build stlportTor Lillqvist1-1/+1
2011-05-15Initial baby steps for Android cross-compilationTor Lillqvist1-0/+22
2011-05-14Do even lessTor Lillqvist1-0/+2
2011-05-13Add distro-config file for iOSTor Lillqvist1-0/+21
2011-05-13unrecognized options: --with-nlpsolverFridrich Štrba1-1/+0