Browse Source

libalut needed by toxic

Bob Mottram 7 years ago
parent
commit
1187c51c2b
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/freedombone-app-tox

+ 2
- 2
src/freedombone-app-tox View File

692
     if [ "${rootdir}" ]; then
692
     if [ "${rootdir}" ]; then
693
         chroot "${rootdir}" apt-get -yq install libncursesw5-dev libconfig-dev libqrencode-dev
693
         chroot "${rootdir}" apt-get -yq install libncursesw5-dev libconfig-dev libqrencode-dev
694
         chroot "${rootdir}" apt-get -yq install libcurl4-openssl-dev libvpx-dev libopenal-dev
694
         chroot "${rootdir}" apt-get -yq install libcurl4-openssl-dev libvpx-dev libopenal-dev
695
-        chroot "${rootdir}" apt-get -yq install libqrencode-dev libpng-dev libncurses5-dev
695
+        chroot "${rootdir}" apt-get -yq install libqrencode-dev libpng-dev libncurses5-dev libalut-dev
696
     else
696
     else
697
         apt-get -yq install libncursesw5-dev libconfig-dev libqrencode-dev
697
         apt-get -yq install libncursesw5-dev libconfig-dev libqrencode-dev
698
         apt-get -yq install libcurl4-openssl-dev libvpx-dev libopenal-dev
698
         apt-get -yq install libcurl4-openssl-dev libvpx-dev libopenal-dev
699
-        apt-get -yq install libqrencode-dev libpng-dev libncurses5-dev
699
+        apt-get -yq install libqrencode-dev libpng-dev libncurses5-dev libalut-dev
700
     fi
700
     fi
701
 
701
 
702
     TEMP_SCRIPT_NAME=fbtmp728353.sh
702
     TEMP_SCRIPT_NAME=fbtmp728353.sh