libcloudproviders: enable gir/vala for all architectures
This commit is contained in:
parent
fdacbefd6d
commit
d122ebf180
1 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libcloudproviders'
|
# Template file for 'libcloudproviders'
|
||||||
pkgname=libcloudproviders
|
pkgname=libcloudproviders
|
||||||
version=0.3.0
|
version=0.3.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="-Dintrospection=$(vopt_if gir true false)
|
configure_args="-Dintrospection=$(vopt_if gir true false)
|
||||||
|
@ -16,12 +16,7 @@ distfiles="${homepage}/-/archive/${version}/libcloudproviders-${version}.tar.gz"
|
||||||
checksum=15c9d82885baa101eb2542d7de1fcba4824e885726bee07c2b9d8f938b0bcadd
|
checksum=15c9d82885baa101eb2542d7de1fcba4824e885726bee07c2b9d8f938b0bcadd
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
libcloudproviders-devel_package() {
|
libcloudproviders-devel_package() {
|
||||||
depends="${sourcepkg}-${version}_${revision} glib-devel"
|
depends="${sourcepkg}-${version}_${revision} glib-devel"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue