libsoup: enable gir for all architectures
This commit is contained in:
parent
c4df20bc28
commit
31d21ace4a
1 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libsoup'
|
# Template file for 'libsoup'
|
||||||
pkgname=libsoup
|
pkgname=libsoup
|
||||||
version=2.66.1
|
version=2.66.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="-Dgssapi=false -Dintrospection=$(vopt_if gir true false)
|
configure_args="-Dgssapi=false -Dintrospection=$(vopt_if gir true false)
|
||||||
|
@ -20,12 +20,7 @@ checksum=4a2cb6c1174540af13661636035992c2b179dfcb39f4d3fa7bee3c7e355c43ff
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir vala"
|
build_options="gir vala"
|
||||||
|
build_options_default="gir vala"
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
i686-musl|x86_64-musl) build_options_default+=" gir vala" ;;
|
|
||||||
*-musl) ;;
|
|
||||||
*) build_options_default+=" gir vala" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
libsoup-devel_package() {
|
libsoup-devel_package() {
|
||||||
depends="${makedepends} libsoup>=${version}_${revision}"
|
depends="${makedepends} libsoup>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue