PKGBUILD: run foot with the default configuration

This commit is contained in:
Daniel Eklöf 2019-12-19 20:00:54 +01:00
parent d6065ef659
commit 3f86a45f68
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -20,7 +20,7 @@ build() {
ninja
tmp_file=$(mktemp)
./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}"
./foot --config /dev/null --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}"
meson configure -Db_pgo=use