Skip to content

Commit

Permalink
Use libjpeg62 instead of libjpeg8
Browse files Browse the repository at this point in the history
Seems like libjpeg62 is available in more Linux distros.
  • Loading branch information
Kron4ek authored Oct 1, 2021
1 parent e1c4fc1 commit e68a2a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions create_ubuntu_chroots.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ apt-get update
apt-get -y build-dep wine-development libsdl2 libvulkan1
apt-get -y install ccache gcc-9 g++-9 wget git gcc-mingw-w64 g++-mingw-w64
apt-get -y install libxpresent-dev libjxr-dev libusb-1.0-0-dev libgcrypt20-dev libpulse-dev libudev-dev libsane-dev libv4l-dev libkrb5-dev libgphoto2-dev liblcms2-dev libpcap-dev libcapi20-dev
apt-get -y install libjpeg62-dev
apt-get -y purge libvulkan-dev libvulkan1 libsdl2-dev libsdl2-2.0-0 --purge --autoremove
apt-get -y clean
apt-get -y autoclean
Expand Down

0 comments on commit e68a2a1

Please sign in to comment.