[libreoffice] 01/01: --disable-pdfium

Rene Engelhard rene at moszumanska.debian.org
Mon Feb 13 19:14:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch debian-experimental-5.4
in repository libreoffice.

commit 2d11d3172cc6cf7848181fab7d9cfe3461397582
Author: Rene Engelhard <rene at debian.org>
Date:   Mon Feb 13 20:14:43 2017 +0100

    --disable-pdfium
---
 rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/rules b/rules
index 6b37561..fcb59b5 100755
--- a/rules
+++ b/rules
@@ -431,6 +431,7 @@ SYSTEM_STUFF += odbc
 SYSTEM_STUFF += curl
 SYSTEM_STUFF += sane
 SYSTEM_STUFF += poppler
+ENABLE_PDFIUM=n
 SYSTEM_STUFF += libpng
 SYSTEM_STUFF += nss
 ENABLE_HELP=y
@@ -814,6 +815,10 @@ endif
 
 	BUILD_DEPS += , libpoppler-dev (>= 0.12.0), libpoppler-private-dev, libpoppler-cpp-dev
 
+ifeq "$(ENABLE_PDFIUM)" "n"
+	CONFIGURE_FLAGS += --disable-pdfium
+endif
+
 ifneq (,$(filter graphite, $(SYSTEM_STUFF)))
 	BUILD_DEPS += , libgraphite2-dev (>= 0.9.3)
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git



More information about the Pkg-openoffice-commits mailing list