ソースを参照

cheese seems to mess things up

Bob Mottram 8 年 前
コミット
548a6149c5
共有1 個のファイルを変更した0 個の追加3 個の削除を含む
  1. 0
    3
      src/freedombone-image-customise

+ 0
- 3
src/freedombone-image-customise ファイルの表示

@@ -622,9 +622,6 @@ 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
-
628 625
 	# tool to change desktop settings from command line
629 626
 	chroot "$rootdir" apt-get -y install dconf-cli dconf-gsettings-backend dbus dbus-x11
630 627