remove fix till ferreo docker purge

This commit is contained in:
Ward from fusion-voyager-3 2024-08-13 12:10:30 -04:00
parent c2ffa4291e
commit c7059b1104

View File

@ -15,9 +15,6 @@ 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 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