Skip to content

Commit 04750a9

Browse files
committed
Revert "grab mutter libs from sid as workaround for #235"
This reverts commit 4b491fe.
1 parent 416482d commit 04750a9

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

scripts/BuildScripts/FilesystemScripts/buildFilesystem.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,6 @@ apt_install $PRAWNOS_BUILD $outmnt false ${xfce_debs_download[@]}
285285
#Download the gnome packages to be installed by InstallPackages.sh:
286286
apt_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-
291288

292289
# we want to include all of our built packages in the apt cache for installation later, but we want to let apt download dependencies
293290
# if required

scripts/InstallScripts/InstallPackages.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ then
108108

109109
apt install -y ${gnome_debs_download[@]}
110110
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
113111

114112
#TODO: debug why rotation is flipped
115113
# work around issue #234

0 commit comments

Comments
 (0)