浏览代码

libalut needed by toxic

Bob Mottram 7 年前
父节点
当前提交
1187c51c2b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/freedombone-app-tox

+ 2
- 2
src/freedombone-app-tox 查看文件

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