mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
gnome-todo: fix cross
This commit is contained in:
parent
260ce1acd2
commit
2c3d077e55
1 changed files with 4 additions and 1 deletions
|
@ -14,8 +14,11 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://wiki.gnome.org/Apps/Todo"
|
homepage="https://wiki.gnome.org/Apps/Todo"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=c7571fc040d8901dd0e528282ef0655687f23f29d304057c72548ab3e2c2cf23
|
checksum=c7571fc040d8901dd0e528282ef0655687f23f29d304057c72548ab3e2c2cf23
|
||||||
nocross="https://build.voidlinux.org/builders/aarch64_builder/builds/19471/steps/shell_3/logs/stdio"
|
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" qemu-user-static"
|
||||||
|
fi
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue