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:
parent
9b8ed6a021
commit
ec4b71afa0
12 changed files with 77 additions and 13 deletions
7
configure
vendored
7
configure
vendored
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue