gnome-todo: fix cross

This commit is contained in:
John 2019-10-16 23:42:53 +02:00
parent 260ce1acd2
commit 2c3d077e55
1 changed files with 4 additions and 1 deletions

View File

@ -14,8 +14,11 @@ license="GPL-2.0-or-later"
homepage="https://wiki.gnome.org/Apps/Todo"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=c7571fc040d8901dd0e528282ef0655687f23f29d304057c72548ab3e2c2cf23
nocross="https://build.voidlinux.org/builders/aarch64_builder/builds/19471/steps/shell_3/logs/stdio"
patch_args="-Np1"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qemu-user-static"
fi
build_options="gir"
build_options_default="gir"