Use libtiff-dev instead of deprecated libtiff5-dev package

No real changes, just use the real, instead of the transitional, package
name.

Co-Authored-By: Scott Talbert <swt@techie.net>
This commit is contained in:
Vadim Zeitlin 2023-01-03 04:18:26 +01:00
parent 64d26dfff8
commit ab08e17bf2
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ task:
case "${osname}" in
Linux)
WX_EXTRA_PACKAGES="$WX_EXTRA_PACKAGES \
g++ libexpat1-dev libjpeg-dev libpng-dev libtiff5-dev make zlib1g-dev"
g++ libexpat1-dev libjpeg-dev libpng-dev libtiff-dev make zlib1g-dev"
;;
esac

View file

@ -77,7 +77,7 @@ Building wxQT on Ubuntu {#qt_build_ubuntu}
Install latest Qt5 packages (qt5-default). To build unit tests, libcppunit-dev
is required. You will need to install other dependencies to compile wxWidgets
depending on the features you'll want to use (build-essential libjpeg-dev
libtiff5-dev ubuntu-restricted-extras freeglut3 freeglut3-dev libsdl1.2-dev
libtiff-dev ubuntu-restricted-extras freeglut3 freeglut3-dev libsdl1.2-dev
libgstreamer-plugins-base0.10-dev)