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