From ee4e88229766539e793e5403f212ef9552bcecd9 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Sun, 12 Aug 2018 15:55:37 +0100 Subject: [PATCH] Disable pdfium (according to the changelog it was already disabled, I guess the actual change got lost somewhere) --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 363a396d4ef..20ba046c489 100755 --- a/debian/rules +++ b/debian/rules @@ -514,7 +514,7 @@ PLATFORMID := $(shell grep PLATFORMID debian/vars.$(DEB_HOST_ARCH) | cut -d"=" - # let's do this only on archs where we have chromium, which is supposedly even only the archs # where alsp pdfium is supported. -OOO_PDFIUM_ARCHS := i386 amd64 armhf arm64 +OOO_PDFIUM_ARCHS := i386 amd64 arm64 ifneq (,$(findstring $(DEB_HOST_ARCH),$(OOO_PDFIUM_ARCHS))) ENABLE_PDFIUM=y else -- 2.30.2