mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
PKGBUILD: need to execute footclient, to generate profiling data
This commit is contained in:
parent
77ea7fc61c
commit
d2b395bd43
1 changed files with 2 additions and 0 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -22,6 +22,8 @@ build() {
|
|||
./foot --term=xterm -- sh -c "../scripts/generate-alt-random-writes.py --scroll --scroll-region --colors-regular --colors-bright --colors-rgb ${tmp_file} && cat ${tmp_file}"
|
||||
rm "${tmp_file}"
|
||||
|
||||
./footclient --version
|
||||
|
||||
meson configure -Db_pgo=use
|
||||
ninja
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue