twmp fix till ferreo docker purge
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 22s

This commit is contained in:
Ward from fusion-voyager-3 2024-08-13 11:58:49 -04:00
parent 852f8b9175
commit 07fa8ed930
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
4
5

View File

@ -16,7 +16,7 @@ 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 vanilla-apx-gui gir1.2-gtk-4.0=4.14.4+ds-8 libgtk-4-1=4.14.4+ds-8
# Get build deps
apt-get build-dep ./ -y