libgweather: enable gir/vala for all architectures
This commit is contained in:
parent
48ba0c203a
commit
767940ad02
1 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libgweather'
|
||||
pkgname=libgweather
|
||||
version=3.32.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
configure_args="-Denable_vala=$(vopt_if vala true false)
|
||||
|
@ -18,12 +18,7 @@ distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
|||
checksum=1c2218ed71230dd2c550ca4fd3dab53e2f2831d38982c213575f34e48d68e980
|
||||
|
||||
build_options="gir vala"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686-musl|x86_64-musl) build_options_default+=" gir vala" ;;
|
||||
*-musl) ;;
|
||||
*) build_options_default+=" gir vala" ;;
|
||||
esac
|
||||
build_options_default="gir vala"
|
||||
|
||||
libgweather-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision} gtk+3-devel"
|
||||
|
|
Loading…
Reference in a new issue