diff options
author | Tor Lillqvist <tml@collabora.com> | 2021-03-16 12:21:44 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2021-03-16 13:44:31 +0100 |
commit | f1073838d24d418c14afd0cf5cc4cfd547f5d213 (patch) | |
tree | a59b38ec69cfc97daec7630b7c2e3178530d0ac5 /distro-configs | |
parent | 8570a945f2c77ea0231acd0d110016a336dbf9c7 (diff) |
Do build Pdfium for iOS, too
For it to compile, the inclusion of <Carbon/Carbon.h> had to be
replaced with <CoreGraphics/CoreGraphics.h>. That doesn't harm the
macOS build either.
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 <tml@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112571
Tested-by: Jenkins
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/LibreOfficeiOS.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |