attempt to fix xwayland frac scale: 1
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 1m33s
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 1m33s
This commit is contained in:
parent
6aa2cfa15b
commit
853f2f1294
2
.github/release-nest-v3
vendored
2
.github/release-nest-v3
vendored
@ -1 +1 @@
|
||||
9
|
||||
10
|
||||
|
3
main.sh
3
main.sh
@ -16,7 +16,8 @@ cd ./mutter
|
||||
for i in $(cat ../patches/series) ; do echo "Applying Patch: $i" && patch -Np1 -i ../patches/$i || echo "Applying Patch $i Failed!"; done
|
||||
|
||||
# TEMP FIX TILL FERREO CLEAN DOCKER
|
||||
apt-get install -y gir1.2-gtk-4.0=4.14.4+ds-8 libgtk-4-1=4.14.4+ds-8
|
||||
apt-get install -y gir1.2-gtk-4.0=4.14.4+ds-8 libgtk-4-1=4.14.4+ds-8 gir1.2-adw-1=1.5.3-1 libadwaita-1-0=1.5.3-1 --allow-downgrades
|
||||
|
||||
|
||||
# Get build deps
|
||||
apt-get build-dep ./ -y
|
||||
|
Loading…
Reference in New Issue
Block a user