diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-06-17 22:20:17 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-06-17 22:21:46 +0200 |
commit | 92e213b6b8511f891f7e9e32df63719fa3faf6b5 (patch) | |
tree | ea6f7eacf4a341aac01cbc5a5b5aeedb692e62f0 | |
parent | 9c56cbf6e9e2f72441920a91bf8c1a4803e7231d (diff) |
add config for update builds
Change-Id: I9920e36290a80c1a1399be18e4ce13ecb05531e8
-rw-r--r-- | distro-configs/LibreOfficeLinuxUpdater.conf | 35 |
1 files changed, 35 insertions, 0 deletions
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 |