[Libreoffice-commits] online.git: docker/l10n-docker-nightly.sh

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Mar 7 11:31:59 UTC 2019


 docker/l10n-docker-nightly.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7e774f3642d8146f746d804465bc790c5eeb3c83
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Thu Mar 7 11:45:04 2019 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Thu Mar 7 12:30:20 2019 +0100

    docker: --enable-pdfimport and --disable-poppler in build config
    
    Online does not use poppler anyway, it uses pdfium
    
    Change-Id: Ia72b31072640874d2c54d4d4b28f5282e992b6ce

diff --git a/docker/l10n-docker-nightly.sh b/docker/l10n-docker-nightly.sh
index d7389488f..2c1912c9b 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
 


More information about the Libreoffice-commits mailing list