File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
BuildScripts/FilesystemScripts Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -285,9 +285,6 @@ apt_install $PRAWNOS_BUILD $outmnt false ${xfce_debs_download[@]}
285
285
# Download the gnome packages to be installed by InstallPackages.sh:
286
286
apt_install $PRAWNOS_BUILD $outmnt false ${gnome_debs_download[@]}
287
287
288
- # TODO remove once 3.38.2-1 or newer moves to bullseye, work around for #235
289
- chroot $outmnt apt install -y -t sid libmutter-7-0 gir1.2-mutter-7 mutter-common
290
-
291
288
292
289
# we want to include all of our built packages in the apt cache for installation later, but we want to let apt download dependencies
293
290
# if required
Original file line number Diff line number Diff line change 108
108
109
109
apt install -y ${gnome_debs_download[@]}
110
110
apt install -y ${prawnos_gnome_debs_prebuilt_download[@]}
111
- # TODO remove once 3.38.2-1 or newer moves to bullseye, work around for #235
112
- apt install -y -t sid libmutter-7-0 gir1.2-mutter-7 mutter-common
113
111
114
112
# TODO: debug why rotation is flipped
115
113
# work around issue #234
You can’t perform that action at this time.
0 commit comments