|
@@ -705,6 +705,9 @@ function configure_user_interface {
|
705
|
705
|
# to provide notifications
|
706
|
706
|
chroot "$rootdir" apt-get -y install libnotify-bin
|
707
|
707
|
|
|
708
|
+ # for video/audio
|
|
709
|
+ chroot "$rootdir" apt-get -y install libtheora-bin libvorbis-dev
|
|
710
|
+
|
708
|
711
|
# Produce a text file on the desktop listing users on the mesh
|
709
|
712
|
cat <<EOF > $rootdir/usr/bin/list-tox-users
|
710
|
713
|
#!/bin/bash
|