Update tiff submodule

Add the new files to the build system. Disable support for webp and zstd
because we do not want to depend on external libraries.
This commit is contained in:
Maarten Bent 2018-11-17 15:27:31 +01:00
parent 9b8ed6a021
commit ec4b71afa0
12 changed files with 77 additions and 13 deletions

7
configure vendored
View file

@ -23373,8 +23373,11 @@ fi
fi
fi
if test "$wxUSE_LIBLZMA" = "no" -a "$wxUSE_LIBTIFF" = "builtin"; then
ac_configure_args="$ac_configure_args --disable-lzma"
if test "$wxUSE_LIBTIFF" = "builtin"; then
ac_configure_args="$ac_configure_args --disable-webp --disable-zstd"
if test "$wxUSE_LIBLZMA" = "no"; then
ac_configure_args="$ac_configure_args --disable-lzma"
fi
fi