libalut needed by toxic

This commit is contained in:
Bob Mottram 2018-04-20 19:17:48 +01:00
parent bba4d55118
commit 1187c51c2b
1 changed files with 2 additions and 2 deletions

View File

@ -692,11 +692,11 @@ function mesh_tox_client {
if [ "${rootdir}" ]; then
chroot "${rootdir}" apt-get -yq install libncursesw5-dev libconfig-dev libqrencode-dev
chroot "${rootdir}" apt-get -yq install libcurl4-openssl-dev libvpx-dev libopenal-dev
chroot "${rootdir}" apt-get -yq install libqrencode-dev libpng-dev libncurses5-dev
chroot "${rootdir}" apt-get -yq install libqrencode-dev libpng-dev libncurses5-dev libalut-dev
else
apt-get -yq install libncursesw5-dev libconfig-dev libqrencode-dev
apt-get -yq install libcurl4-openssl-dev libvpx-dev libopenal-dev
apt-get -yq install libqrencode-dev libpng-dev libncurses5-dev
apt-get -yq install libqrencode-dev libpng-dev libncurses5-dev libalut-dev
fi
TEMP_SCRIPT_NAME=fbtmp728353.sh