diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-05-21 15:04:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-05-21 17:03:20 +0200 |
commit | f948108d85a3e7a965e61e22999d29d321acba94 (patch) | |
tree | 90d8da5508d248516a6459e9233634e6171956d2 | |
parent | e912a446210fdae61be3fc04d20d90488cedcdf6 (diff) |
explicitly disable some things that might otherwise get enabled
depending on what happens to be installed on the build system
Change-Id: Ic0c3eed721aeba6361aa6da82b467891d24d7557
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134709
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | external/libtiff/ExternalProject_libtiff.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/external/libtiff/ExternalProject_libtiff.mk b/external/libtiff/ExternalProject_libtiff.mk index 9933a4cf947c..c973ca025dd9 100644 --- a/external/libtiff/ExternalProject_libtiff.mk +++ b/external/libtiff/ExternalProject_libtiff.mk @@ -24,8 +24,10 @@ $(call gb_ExternalProject_get_state_target,libtiff,build) : --with-pic \ --disable-shared \ --disable-cxx \ + --disable-libdeflate \ --disable-jbig \ --disable-jpeg \ + --disable-lerc \ --disable-lzma \ --disable-mdi \ --disable-webp \ |