Skip to content

Commit 4b491fe

Browse files
committed
grab mutter libs from sid as workaround for #235
1 parent a5667b4 commit 4b491fe

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

scripts/BuildScripts/FilesystemScripts/buildFilesystem.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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:
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+
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

scripts/InstallScripts/InstallPackages.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ then
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

0 commit comments

Comments
 (0)