diff options
author | Kacper Kasper <kacperkasper@gmail.com> | 2018-08-06 00:22:39 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2018-08-29 11:17:33 +0200 |
commit | 5f60f6fe1475491ac0c2f529fb2d074c32336add (patch) | |
tree | 762fef1a5358182bb8e7c8b41586222ee5d025fe /distro-configs | |
parent | 84151f7aa93521070fe405c60cbd0eaab4305805 (diff) |
Various Haiku improvements
* Fix make distro-pack-install.
* Remove Xorg dependency.
* Remove stack protector workaround.
* Update distro-config and enabled features.
Change-Id: I273dc8343ad84bd77b86453cc01ff427b50ea0b5
Reviewed-on: https://gerrit.libreoffice.org/58634
Tested-by: Jenkins
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/LibreOfficeHaiku.conf | 68 |
1 files changed, 4 insertions, 64 deletions
diff --git a/distro-configs/LibreOfficeHaiku.conf b/distro-configs/LibreOfficeHaiku.conf index 426d19a825f6..46f497f7e348 100644 --- a/distro-configs/LibreOfficeHaiku.conf +++ b/distro-configs/LibreOfficeHaiku.conf @@ -1,66 +1,6 @@ --with-vendor=The Document Foundation ---with-system-libxml ---with-system-neon ---with-system-boost ---with-boost-libdir=/boot/system/lib ---with-system-clucene ---with-system-expat ---with-system-libpng ---with-system-jpeg ---with-system-zlib ---with-system-bzip2 ---with-system-icu ---with-system-openssl ---with-system-curl ---with-system-cppunit ---with-system-hunspell ---with-system-altlinuxhyph ---with-system-lcms2 ---with-system-librevenge ---with-system-libodfgen ---with-system-libwpd ---with-system-libwpg ---with-system-libwps ---with-system-libvisio ---with-system-libcdr ---with-system-libmspub ---with-system-libmwaw ---with-system-libetonyek ---with-system-libfreehand ---with-system-libebook ---with-system-libabw ---with-system-libpagemaker ---with-system-libzmf ---with-system-libstaroffice ---with-system-libqxp ---with-system-epoxy ---with-system-clucene ---with-system-mdds ---with-system-glm ---with-system-openldap ---with-system-liblangtag ---with-system-graphite ---with-system-harfbuzz ---with-system-nss ---with-system-lpsolve ---with-system-orcus ---with-system-redland ---with-system-libcmis ---with-system-cairo ---with-system-poppler ---with-theme=breeze sifr ---with-galleries=no ---without-helppack-integration +--with-system-libs +--with-boost-libdir=/system/develop/lib +--enable-readonly-installset --without-java ---without-system-jars ---without-doxygen ---disable-sdremote ---disable-gio ---disable-randr ---disable-gstreamer-0-10 ---disable-cups ---disable-ccache ---disable-postgresql-sdbc ---disable-lotuswordpro ---disable-firebird-sdbc ---enable-python=no +--without-system-jars
\ No newline at end of file |