jsonrpc-glib: enable gir/vala for all architectures
This commit is contained in:
parent
28c4b6db63
commit
75690012f7
1 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'jsonrpc-glib'
|
||||
pkgname=jsonrpc-glib
|
||||
version=3.32.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
configure_args="-Denable_gtk_doc=false -Dwith_vapi=$(vopt_if gir true false)
|
||||
|
@ -17,12 +17,7 @@ distfiles="${GNOME_SITE}/jsonrpc-glib/${version%.*}/jsonrpc-glib-${version}.tar.
|
|||
checksum=bc60aa36c8bdc9c701ad490508445633a9f3973ae0bd5bdd0633d5f6ffeea6eb
|
||||
|
||||
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"
|
||||
|
||||
jsonrpc-glib-devel_package() {
|
||||
depends="${sourcepkg}-${version}_${revision} gtk+3-devel"
|
||||
|
|
Loading…
Reference in a new issue