summaryrefslogtreecommitdiff
path: root/set_soenv.in
AgeCommit message (Collapse)Author
2011-11-29Add enable-oxygenoffice configure switchKalman Szalai - KAMI
Now only handling brand downloading
2011-11-29respect DO_FETCH_TARBALLS againBjoern Michaelsen
2011-11-29Export DO_FETCH_TARBALLS in set_soenv.Tomas Chvatal
2011-11-28Use the build.pl parallelism again.Jan Holesovsky
2011-11-27render the --enable-pch option inert.Norbert Thiebaud
2011-11-23Make SampleICC switchable between system and internal one.Tomas Chvatal
2011-11-18add --enable-silent-msi configure switchAndras Timar
On Windows it is now configurable to create an MSI installer which installs LibreOffice without user interaction.
2011-11-17Implement --with-sytem-postgreql and --with-libq-path; cleanup unused #defineLionel Elie Mamane
2011-11-17make postgresql-sdbc connectivity optionalNorbert Thiebaud
2011-11-17Apply sdbc-postgresql-config_office.diffLionel Elie Mamane
2011-11-15removing obsolete layout codeFelix Zhang
2011-11-15Check for the missing MSVC 2005 runtime libs.Jan Holesovsky
They are needed for the pre-built Mozilla libs.
2011-11-15Fix location of the prebuilt mozilla files.Jan Holesovsky
2011-11-14Link with libXrender instead of dynamically open itCaolán McNamara
Let's not mess around dlopening it and leaving gaps in the support whereby we currently require it to exist either linked or "dlopenable+display supports it" with dlopenable + display doesn't support it leaves a crashing gap where there are no appropiate checks for that case.
2011-11-14Avoid silly -Lno_x_libraries (for Android, which is Linux, but without X11)Tor Lillqvist
2011-11-11Add nsplugin switch so we dont bind nsplugin building to gtk switch.Tomas Chvatal
2011-11-10There is never any solver/$INPATH/include as far as I knowTor Lillqvist
2011-11-10Avoid silly -Ino_x_includes in $SOLARINCTor Lillqvist
2011-11-10Move solenv/$OUTPATH/inc to solenv/inc/$OUTPATHTor Lillqvist
In a --enable-dbgutil tree, "make clean" will remove solenv/$OUTPATH.
2011-11-10solenv/inc/Xp31 is crackTor Lillqvist
2011-11-10MacOSX doesn't support X based build anymore, stop pretending in set_soenvNorbert Thiebaud
2011-11-08Add switch for system/internal npapi.hTomas Chvatal
This commit also update the internal includes to latest mozilla ones including the .c{,pp} file updates. The ldap check is also simplified from 2 check into plain one.
2011-11-02remove obsolete @SYSTEM_TRANSLATE_TOOLKIT@ from set_soenv.inRene Engelhard
2011-11-02Rename --enable-nss-module to --with-system-nss + introduce --enable-xmlsec.Tomas Chvatal
This also finishes the uncoupling of NSS from the --with-system-mozilla.
2011-11-02export DBUS_{CFLAGS,LIBS}David Tardon
2011-10-20Introduced --disable-linkoo.Stephan Bergmann
2011-10-07bootstrap.1 is not usefull anymore use bootsrap directlyNorbert Thiebaud
2011-10-05Fix Windows build and enable CMIS inconditionallyFridrich Štrba
Since the provider should now build everywhere, enable it inconditionally to catch minor problems
2011-10-05LIBVISIO_* -> VISIO_* to avoid eventual conflict with pkg-config danseFridrich Štrba
2011-10-05LIBWPS_* -> WPS_* to avoid eventual conflict with pkg-config danseFridrich Štrba
2011-10-05LIBWPG_* -> WPG_* to avoid eventual conflict with pkg-config danseFridrich Štrba
2011-10-05LIBWPD_* -> WPD_* to avoid eventual conflict with pkg-config danseFridrich Štrba
2011-10-04Added --disable-cmis flag for use while the feature is too unstableCédric Bosdonnat
2011-10-03Fix the build / host confusion around icu tools.Jan Holesovsky
2011-10-02add --with-system-libcmisRene Engelhard
2011-10-01ExternalLib: add the include folder to the default includesCédric Bosdonnat
2011-09-30Add support for bundling the -system .dll's into the MinGW builds.Jan Holesovsky
2011-09-30-fthreadsafe-statics uses a single lock on Mac OS X and thus leads to deadlock.Stephan Bergmann
2011-09-23bump to libexttextcatCaolán McNamara
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-20Always output AWTLIB, gbuildized 'bean' depends on that.Jan Holesovsky
2011-09-19Fix soenv for FreeBSDBaptiste Daroussin
2011-09-19Drop unused WinFormat functionTor Lillqvist
2011-09-19Drop ActiveState Perl supportTor Lillqvist
Why make life harder on purpose? On Cygwin, we support the Cygwin Perl, period.
2011-09-19Avoid reordering elements already in PATH for CygwinTor Lillqvist
For instance: If we have /opt/lo/bin in PATH already in front of /usr/bin, we don't want to put /usr/bin in front of it again.
2011-09-19Surely /usr/bin already is in PATH on CygwinTor Lillqvist
It would be a weird PATH otherwise. (And if that is the case, presumably there is a good reason for it, then, and we shouldn't force /usr/bin there.)
2011-09-19Bin weird leftover from OOo's native MinGW thingTor Lillqvist
I don't see the need to explicitly prefix PATH with /usr/bin in the generated 'bootstrap' file. Surely /usr/bin is in PATH anyway for any sane setup, and if there are other directories in front of it in PATH, that is then on purpose.
2011-09-18Revert "Remove once again the INSTALLDIR feature"Tomas Chvatal
This reverts commit bf0ea5c4eefa122febaaa5e6da8ecf4b1869f991. Those variables are used in bin/distro-install-*. Unable to find any issue with both distro-install and dev-install so reverting. If something really does break it needs fixing. Reverting this is not an option.
2011-09-16Removed no longer needed PROFULLSWITCH.Stephan Bergmann
2011-09-13typo fixAndras Timar
2011-09-10provide instructions to install a linreoffice-custom gnumakeNorbert Thiebaud