gnome-todo: enable gir for all architecturs
This commit is contained in:
parent
8803333aaa
commit
26190db54a
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gnome-todo'
|
||||
pkgname=gnome-todo
|
||||
version=3.28.1
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=meson
|
||||
configure_args="-Dintrospection=$(vopt_if gir true false)"
|
||||
hostmakedepends="glib-devel intltool itstool pkg-config
|
||||
|
@ -15,6 +15,4 @@ distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
|||
checksum=c7571fc040d8901dd0e528282ef0655687f23f29d304057c72548ab3e2c2cf23
|
||||
|
||||
build_options="gir"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default+=" gir"
|
||||
fi
|
||||
build_options_default="gir"
|
||||
|
|
Loading…
Reference in a new issue