PKGBUILD: need to execute footclient, to generate profiling data

This commit is contained in:
Daniel Eklöf 2019-11-01 20:51:09 +01:00
parent 77ea7fc61c
commit d2b395bd43
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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
}