|
@@ -693,12 +693,12 @@ function mesh_tox_client {
|
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
|
695
|
chroot "${rootdir}" apt-get -yq install libqrencode-dev libpng-dev libncurses5-dev libalut-dev
|
696
|
|
- chroot "${rootdir}" apt-get -yq install libnotify-dev
|
|
696
|
+ chroot "${rootdir}" apt-get -yq install libnotify-dev python3-dev
|
697
|
697
|
toxic_disable_notify=0
|
698
|
698
|
else
|
699
|
699
|
apt-get -yq install libncursesw5-dev libconfig-dev libqrencode-dev
|
700
|
700
|
apt-get -yq install libcurl4-openssl-dev libvpx-dev libopenal-dev
|
701
|
|
- apt-get -yq install libqrencode-dev libpng-dev libncurses5-dev libalut-dev
|
|
701
|
+ apt-get -yq install libqrencode-dev libpng-dev libncurses5-dev libalut-dev python3-dev
|
702
|
702
|
toxic_disable_notify=1
|
703
|
703
|
fi
|
704
|
704
|
|
|
@@ -717,6 +717,9 @@ function mesh_tox_client {
|
717
|
717
|
echo "cd $INSTALL_DIR/toxic";
|
718
|
718
|
echo "git checkout $TOXIC_COMMIT -b $TOXIC_COMMIT";
|
719
|
719
|
echo "export DISABLE_DESKTOP_NOTIFY=$toxic_disable_notify";
|
|
720
|
+ echo "export DISABLE_AV=$toxic_disable_notify";
|
|
721
|
+ echo "export DISABLE_X11=$toxic_disable_notify";
|
|
722
|
+ echo "export DISABLE_SOUND_NOTIFY=$toxic_disable_notify";
|
720
|
723
|
echo 'if ! make; then';
|
721
|
724
|
echo ' exit 1';
|
722
|
725
|
echo 'fi';
|