File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
BuildScripts/FilesystemScripts Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -285,6 +285,9 @@ apt_install $PRAWNOS_BUILD $outmnt false ${xfce_debs_download[@]}
285285# Download the gnome packages to be installed by InstallPackages.sh:
286286apt_install $PRAWNOS_BUILD $outmnt false ${gnome_debs_download[@]}
287287
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+
288291
289292# we want to include all of our built packages in the apt cache for installation later, but we want to let apt download dependencies
290293# if required
Original file line number Diff line number Diff line change 105105
106106 apt install -y ${gnome_debs_download[@]}
107107 apt install -y ${prawnos_gnome_debs_prebuilt_download[@]}
108+ # TODO remove once 3.38.2-1 or newer moves to bullseye, work around for #235
109+ chroot $outmnt apt install -y -t sid libmutter-7-0 gir1.2-mutter-7 mutter-common
108110
109111 # TODO: debug why rotation is flipped
110112 # work around issue #234
You can’t perform that action at this time.
0 commit comments