Skip to content

Commit

Permalink
grab mutter libs from sid as workaround for #235
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidHal committed Dec 5, 2020
1 parent a5667b4 commit 4b491fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/BuildScripts/FilesystemScripts/buildFilesystem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,9 @@ 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: 2 additions & 0 deletions scripts/InstallScripts/InstallPackages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ 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
chroot $outmnt 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 4b491fe

Please sign in to comment.