Просмотр исходного кода

Install cheese to ensure that video dependencies exist

Bob Mottram 8 лет назад
Родитель
Сommit
d1b5c32873
1 измененных файлов: 3 добавлений и 0 удалений
  1. 3
    0
      src/freedombone-image-customise

+ 3
- 0
src/freedombone-image-customise Просмотреть файл

@@ -622,6 +622,9 @@ function configure_user_interface {
622 622
 	# desktop
623 623
 	chroot "$rootdir" apt-get -y install mate-desktop-environment
624 624
 
625
+	# ensure that the dependencies for video calls are installed
626
+	chroot "$rootdir" apt-get -y install cheese
627
+
625 628
 	# tool to change desktop settings from command line
626 629
 	chroot "$rootdir" apt-get -y install dconf-cli dconf-gsettings-backend dbus dbus-x11
627 630