From 94919447a79cab8d822f0403dd444b1446db75af Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 16 Mar 2021 12:21:44 +0200 Subject: Do build Pdfium for iOS, too For it to compile, the inclusion of had to be replaced with . This fixes the crash in https://github.com/CollaboraOnline/online/issues/1710 . I am not entirely sure yet whether the actual PDF import functionality now then works in the iOS app, though. Change-Id: Ie25e7c58632c0fdddb569d58217f23b26d1e5937 Signed-off-by: Tor Lillqvist Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112572 Tested-by: Jenkins CollaboraOffice Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113604 --- distro-configs/LibreOfficeiOS.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distro-configs') diff --git a/distro-configs/LibreOfficeiOS.conf b/distro-configs/LibreOfficeiOS.conf index 2fc9b2ddf1d8..2f54e1ada54e 100644 --- a/distro-configs/LibreOfficeiOS.conf +++ b/distro-configs/LibreOfficeiOS.conf @@ -22,7 +22,7 @@ --disable-kf5 --disable-odk --disable-openssl ---disable-pdfium +--disable-poppler --disable-python --without-tls -- cgit