Skip to content

Commit

Permalink
Revert "grab mutter libs from sid as workaround for #235"
Browse files Browse the repository at this point in the history
This reverts commit 4b491fe.
  • Loading branch information
SolidHal committed Dec 23, 2020
1 parent 416482d commit 04750a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions scripts/BuildScripts/FilesystemScripts/buildFilesystem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,6 @@ apt_install $PRAWNOS_BUILD $outmnt false ${xfce_debs_download[@]}
#Download the gnome packages to be installed by InstallPackages.sh:
apt_install $PRAWNOS_BUILD $outmnt false ${gnome_debs_download[@]}

#TODO remove once 3.38.2-1 or newer moves to bullseye, work around for #235
chroot $outmnt apt install -y -t sid libmutter-7-0 gir1.2-mutter-7 mutter-common


# we want to include all of our built packages in the apt cache for installation later, but we want to let apt download dependencies
# if required
Expand Down
2 changes: 0 additions & 2 deletions scripts/InstallScripts/InstallPackages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ then

apt install -y ${gnome_debs_download[@]}
apt install -y ${prawnos_gnome_debs_prebuilt_download[@]}
#TODO remove once 3.38.2-1 or newer moves to bullseye, work around for #235
apt install -y -t sid libmutter-7-0 gir1.2-mutter-7 mutter-common

#TODO: debug why rotation is flipped
# work around issue #234
Expand Down

0 comments on commit 04750a9

Please sign in to comment.