summaryrefslogtreecommitdiff
path: root/distro-configs
AgeCommit message (Collapse)AuthorFilesLines
2012-12-03--without-system-libpng for "universal" Linux buildsStephan Bergmann1-0/+1
...so that e.g. Fedora 17 does not require installation of libpng-compat package for old libpng12.so. Change-Id: I45cf3928b30dbbb815f70cde1972dc4972007c05 (cherry picked from commit 2a6980107015a30e01873a45f8798b8a20ccfd73) Reviewed-on: https://gerrit.libreoffice.org/1229 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2012-09-27explicitly --disable-gtk for Windows and MacOSXAndras Timar4-0/+4
Change-Id: I0b90350cd1fb9221213e052c1b0f5605663f5090 Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-09-11Enable Evolution Adress Book support in official GNU/Linux buildLionel Elie Mamane1-0/+1
Conflicts: distro-configs/LibreOfficeLinux.conf Change-Id: Id05436f38477d73be308310c7ef0ec3baca01bc9 Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-06-14Add epm to OxygenOffice distroconfKalman Szalai - KAMI1-1/+1
Change-Id: Ief7abea6e876922305217692cf1883ba33f6e251
2012-06-05This option does not exist anymoreFridrich Štrba1-1/+0
Change-Id: I748976e284e1812035f18abac628f0b2397d74c7
2012-05-11Revert "Don't bundle stdelibs on Linux by default"Fridrich Štrba1-1/+1
since the toolchain that would allow this to be done is broken This reverts commit 9980e69e172ebaea9f6cde78187b3e7693647621.
2012-05-10Don't bundle stdelibs on Linux by defaultFridrich Štrba1-1/+1
Change-Id: Ib498067bad7b370dc5ab58e728de9f64f375a1a8
2012-04-26Delete LibreOfficeDragonFly.conf distro fileFrançois Tigeot1-23/+0
LibreOffice has now been packaged in pkgsrc-wip, a DragonFly-specific configuration file doesn't make sense.
2012-04-24Hardcode cairo canvas off for Mac OS X and WindowsTor Lillqvist3-3/+0
Do not depend on a distro-configs file to disable it. It is supposed to be optional to pass a --with-distro option. Running a bare ./autogen.sh is supposed to produce a working configuration.
2012-04-17Update OxygenOffice's configKalman Szalai - KAMI1-11/+23
2012-04-04Do unpack fonts and include them in the experimental Android appTor Lillqvist1-1/+0
2012-03-29Disable cairo canvas on Windows fdo#46901 fdo#46532Michael Meeks3-0/+3
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-08Adjust to current pkgsrc usage.François Tigeot1-4/+0
2012-03-01Revert "Use internal libxml for Mac release builds."Petr Mladek1-1/+0
raptor is buildable with the older libxml2 now This reverts commit 4591cd22409f870a0fa9263691945eea92359954.
2012-02-24MinGW: Don't build PostgreSQL, not cross-compiling at the moment.Jan Holesovsky1-0/+1
2012-02-24Use internal libxml for Mac release builds.Thorsten Behrens1-0/+1
Following up from 49843f0f9788e01805d8d0d27428fe5e6a4cc530, actually use internal libxml for release builds.
2012-02-23Bin obsolete optionsTor Lillqvist1-3/+0
2012-02-22Bundle again C++ stdlibs with generic Linux buildFridrich Štrba2-0/+2
2012-02-17Fix fdo#45584 - disable cairocanvas on Mac.Thorsten Behrens1-0/+1
We never used cairocanvas on Mac, this got accidentally enabled due to configure.in cleanups. Not that we shouldn't, but it needs some more fixing.
2012-02-10use system stdlibs on Linux (fdo#45074, fdo#45696)Petr Mladek2-3/+0
We use pretty old compiler for the official build, so it should be compatible with most systems. The old system libraries breaked 3rd-party extensions. There were also problems with exceptions hadnling.
2012-02-08Add and expand more readme files for module documentationMichael Meeks1-0/+14
2012-01-24--disable-postgresql-sdbcTor Lillqvist1-0/+1
2012-01-24--disable-postgresql-sdbcTor Lillqvist1-0/+1
2012-01-23fdo#45090: Changed postgresql-sdbc from bundled oxt to proper optional part.Stephan Bergmann3-3/+0
Replaced --enable-ext-postgresql-sdbc with --disable-postgresql-sdbc. Renamed postgresql-sdbc.uno{.ini,rc} to consistent postgresql-sdbc.ini (which made the code a little easier). Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> (cherry picked from commit 3a7ae48b6f610899200ae2800706533f7c4c9f80) Conflicts: configure.in connectivity/source/drivers/postgresql/makefile.mk
2012-01-18Surely we want --disable-vba for iOSTor Lillqvist1-0/+1
2012-01-13Use merged libs on AndroidTor Lillqvist1-0/+1
2012-01-02Online update: Enable online update even for the Linux release builds.Jan Holesovsky3-0/+3
[and mention it explicitly in the Windows and Mac distro configs, to be safe :-)]
2011-12-18remove obsolete (OxygenOffice-style) Lightproof integrationAndras Timar2-2/+0
2011-12-16There is no --disable-nss-module option any moreTor Lillqvist1-1/+0
2011-12-11Make internal pgsql build on mac and make it default for releaseFridrich Štrba1-0/+2
2011-12-09Build the postgresql driver by default on 32-bit Windows tooFridrich Štrba1-0/+2
2011-12-09Use the internal libpq for universal buildsFridrich Štrba1-1/+1
2011-12-07Build pgsql connector for Linux release buildsFridrich Štrba1-0/+2
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.