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:
parent
64d26dfff8
commit
ab08e17bf2
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue