From 04189304f8f82eebf6de7642044760f02f654377 Mon Sep 17 00:00:00 2001 From: nitori Date: Tue, 2 Jan 2024 15:53:16 +0000 Subject: [PATCH] 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. --- wayland/foot-pgo/asv.patch | 1 + wayland/foot-pgo/build | 3 +++ 2 files changed, 4 insertions(+) create mode 120000 wayland/foot-pgo/asv.patch diff --git a/wayland/foot-pgo/asv.patch b/wayland/foot-pgo/asv.patch new file mode 120000 index 00000000..8aad1760 --- /dev/null +++ b/wayland/foot-pgo/asv.patch @@ -0,0 +1 @@ +../foot/asv.patch \ No newline at end of file diff --git a/wayland/foot-pgo/build b/wayland/foot-pgo/build index 41fde413..4d8d583c 100755 --- a/wayland/foot-pgo/build +++ b/wayland/foot-pgo/build @@ -19,6 +19,9 @@ case $("$CC" --version) in ;; esac +# Apply ASV patch. +patch -p1 < asv.patch + mkdir -p bld/release cd bld/release