diff --git a/src/freedombone-app-tox b/src/freedombone-app-tox index 6355fb74..3b829c38 100755 --- a/src/freedombone-app-tox +++ b/src/freedombone-app-tox @@ -693,10 +693,13 @@ function mesh_tox_client { 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 libalut-dev + chroot "${rootdir}" apt-get -yq install libnotify-dev + toxic_disable_notify=0 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 libalut-dev + toxic_disable_notify=1 fi TEMP_SCRIPT_NAME=fbtmp728353.sh @@ -713,6 +716,7 @@ function mesh_tox_client { echo 'fi'; echo "cd $INSTALL_DIR/toxic"; echo "git checkout $TOXIC_COMMIT -b $TOXIC_COMMIT"; + echo "export DISABLE_DESKTOP_NOTIFY=$toxic_disable_notify"; echo 'make'; echo 'if [ ! "$?" = "0" ]; then'; echo ' exit 1';