summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-03-07 11:45:04 +0100
committerAndras Timar <andras.timar@collabora.com>2019-03-07 12:30:20 +0100
commit7e774f3642d8146f746d804465bc790c5eeb3c83 (patch)
tree95ac44dfbf0edac8a5590ac20ab5d9065db96c5b /docker
parentfix: remove old svg for currency format button (diff)
downloadonline-7e774f3642d8146f746d804465bc790c5eeb3c83.tar.gz
online-7e774f3642d8146f746d804465bc790c5eeb3c83.zip
docker: --enable-pdfimport and --disable-poppler in build config
Online does not use poppler anyway, it uses pdfium Change-Id: Ia72b31072640874d2c54d4d4b28f5282e992b6ce
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/l10n-docker-nightly.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/l10n-docker-nightly.sh b/docker/l10n-docker-nightly.sh
index d7389488f1..2c1912c9b5 100755
--- a/docker/l10n-docker-nightly.sh
+++ b/docker/l10n-docker-nightly.sh
@@ -97,7 +97,7 @@ cat > libreoffice/autogen.input << EOF
--disable-kde5
--disable-odk
--disable-online-update
---disable-pdfimport
+--enable-pdfimport
--disable-postgresql-sdbc
--disable-report-builder
--disable-scripting-beanshell
@@ -130,7 +130,7 @@ cat > libreoffice/autogen.input << EOF
--without-system-libpng
--without-system-libxml
--without-system-openssl
---without-system-poppler
+--disable-poppler
--without-system-postgresql
EOF