diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-06-07 20:34:48 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-06-08 07:26:50 +0200 |
commit | 0515ad196654c929dfd345dcf11f97fc09820cfc (patch) | |
tree | 66c5ff1eb514d0cc5060f98dd90192c1f4881ac6 | |
parent | f593c328b1c8fc10dafcbdc8c23ea6ac51a26d47 (diff) |
add LIBTIFF to cross-compiling targets
with an eye to win_arm64 cross build failure
Change-Id: I6872859f288168352e3e70c1d559f4d318439958
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135479
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d4cbd2410e0f..2c8973dc3d2c 100644 --- a/configure.ac +++ b/configure.ac @@ -5742,6 +5742,7 @@ if test "$cross_compiling" = "yes"; then LibO LIBFFI LIBPN + LIBTIFF LIBWEBP LIBXML2 LIBXSLT |