From 92e213b6b8511f891f7e9e32df63719fa3faf6b5 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sat, 17 Jun 2017 22:20:17 +0200 Subject: add config for update builds Change-Id: I9920e36290a80c1a1399be18e4ce13ecb05531e8 --- distro-configs/LibreOfficeLinuxUpdater.conf | 35 +++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 distro-configs/LibreOfficeLinuxUpdater.conf (limited to 'distro-configs') diff --git a/distro-configs/LibreOfficeLinuxUpdater.conf b/distro-configs/LibreOfficeLinuxUpdater.conf new file mode 100644 index 000000000000..57565b2abdac --- /dev/null +++ b/distro-configs/LibreOfficeLinuxUpdater.conf @@ -0,0 +1,35 @@ +--with-system-dicts +--with-myspell-dicts +--with-system-zlib +--without-system-poppler +--without-system-openssl +--without-system-libpng +--without-system-libxml +--without-system-jpeg +--without-system-jars +--without-system-postgresql +--without-junit +--with-linker-hash-style=both +--with-fonts +--with-external-thes-dir=/usr/share/mythes +--with-external-hyph-dir=/usr/share/hyphen +--with-external-dict-dir=/usr/share/hunspell +--enable-dbus +--enable-extension-integration +--enable-kde4 +--disable-gtk3 +# --enable-gstreamer-0-10 +--enable-gstreamer-1-0 +--enable-evolution2 +--enable-gio +--enable-scripting-beanshell +--enable-scripting-javascript +--enable-ext-wiki-publisher +--enable-ext-nlpsolver +--enable-epm +--enable-python=internal +--enable-online-update=mar +--disable-dconf +--with-lang=de es fr +--with-package-format=archive +--with-update-config=~/updater.ini -- cgit