Install cheese to ensure that video dependencies exist
This commit is contained in:
parent
aec793a6f3
commit
d1b5c32873
|
@ -622,6 +622,9 @@ function configure_user_interface {
|
||||||
# desktop
|
# desktop
|
||||||
chroot "$rootdir" apt-get -y install mate-desktop-environment
|
chroot "$rootdir" apt-get -y install mate-desktop-environment
|
||||||
|
|
||||||
|
# ensure that the dependencies for video calls are installed
|
||||||
|
chroot "$rootdir" apt-get -y install cheese
|
||||||
|
|
||||||
# tool to change desktop settings from command line
|
# tool to change desktop settings from command line
|
||||||
chroot "$rootdir" apt-get -y install dconf-cli dconf-gsettings-backend dbus dbus-x11
|
chroot "$rootdir" apt-get -y install dconf-cli dconf-gsettings-backend dbus dbus-x11
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue