소스 검색

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,11 +692,11 @@ function mesh_tox_client {
692 692
     if [ "${rootdir}" ]; then
693 693
         chroot "${rootdir}" apt-get -yq install libncursesw5-dev libconfig-dev libqrencode-dev
694 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 696
     else
697 697
         apt-get -yq install libncursesw5-dev libconfig-dev libqrencode-dev
698 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 700
     fi
701 701
 
702 702
     TEMP_SCRIPT_NAME=fbtmp728353.sh