office-gobmx/distro-configs
Michael Meeks 6219ff898a Disable cairo canvas on Windows fdo#46901 fdo#46532
We never used cairocanvas on Win, this got accidentally enabled
due to configure.in cleanups. Not that we shouldn't, but it needs
some more fixing ( Analog of Thorsten's Mac commit for fdo#45584 )
2012-03-29 11:11:27 +01:00
..
LibreOfficeAndroid.conf
LibreOfficeDragonFly.conf
LibreOfficeiOS.conf
LibreOfficeLinux.conf
LibreOfficeMacOSX.conf
LibreOfficeMinGW.conf Disable cairo canvas on Windows fdo#46901 fdo#46532 2012-03-29 11:11:27 +01:00
LibreOfficeOpenBSD.conf
LibreOfficeWin32.conf Disable cairo canvas on Windows fdo#46901 fdo#46532 2012-03-29 11:11:27 +01:00
LibreOfficeWin64.conf Disable cairo canvas on Windows fdo#46901 fdo#46532 2012-03-29 11:11:27 +01:00
OxygenOfficeLinux.conf
OxygenOfficeWin32.conf
README

Pre-canned distribution / platform configurations

When the software is configured for a platform, since we run on so
many platforms, detecting the best sequence of configure options to
get it building is hard.

Instead we have a text file containing the recommended (often the
distributed) version of these parameters, one per distribution or
significant platform. These are interpreted by autogen.sh and
eventually end up passed to configure. Thus:

./autogen.sh --with-distro=LibreOfficeAndroid

might build a version tweaked for Android.