foot-pgo: asv patch

Haven't confirmed that it builds since I don't have a Wayland session to
use in my chroot, but it should build.
This commit is contained in:
nitori 2024-01-02 15:53:16 +00:00
parent 9a41a75711
commit 04189304f8
Signed by: nitori
GPG Key ID: 5FBB7757BFC813A8
2 changed files with 4 additions and 0 deletions

1
wayland/foot-pgo/asv.patch Symbolic link
View File

@ -0,0 +1 @@
../foot/asv.patch

View File

@ -19,6 +19,9 @@ case $("$CC" --version) in
;;
esac
# Apply ASV patch.
patch -p1 < asv.patch
mkdir -p bld/release
cd bld/release