libvirt-glib: enable gir/vala for all architectures
This commit is contained in:
parent
7a14345a1b
commit
8399af77aa
1 changed files with 2 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libvirt-glib'
|
# Template file for 'libvirt-glib'
|
||||||
pkgname=libvirt-glib
|
pkgname=libvirt-glib
|
||||||
version=2.0.0
|
version=2.0.0
|
||||||
revision=2
|
revision=3
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static $(vopt_enable gir introspection)
|
configure_args="--disable-static $(vopt_enable gir introspection)
|
||||||
|
@ -18,11 +18,7 @@ checksum=94e8c410c67501303d3b32ca8ce2c36edf898511ec4de9b7f29cd35d274b3d6a
|
||||||
replaces="libvirt-glib-python>=0"
|
replaces="libvirt-glib-python>=0"
|
||||||
|
|
||||||
build_options="gir vala"
|
build_options="gir vala"
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
build_options_default="gir vala"
|
||||||
i686-musl|x86_64-musl) build_options_default+=" gir vala" ;;
|
|
||||||
*-musl) ;;
|
|
||||||
*) build_options_default+=" gir vala" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
libvirt-glib-devel_package() {
|
libvirt-glib-devel_package() {
|
||||||
depends="libglib-devel libxml2-devel libvirt-devel ${sourcepkg}>=${version}_${revision}"
|
depends="libglib-devel libxml2-devel libvirt-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue