foot: disable parallel builds.
Some builds were failing due to the xdg-shell.h header (generated at build time) not being available.
This commit is contained in:
parent
a3a64f6ab7
commit
bb297cad7e
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ license="MIT"
|
|||
homepage="https://codeberg.org/dnkl/foot"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=7ae523bf9882c0e5d56e2afdf6e25f5f77cffcc78ba1f316ffda3f36e2570b4a
|
||||
# attempts to compile before xdg-shell.h is available
|
||||
disable_parallel_build=yes
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue