mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
fwupd: enable gir/vala for all architectures
This commit is contained in:
parent
5e1e7d2c1f
commit
a14208210f
1 changed files with 1 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fwupd'
|
||||
pkgname=fwupd
|
||||
version=1.2.7
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
# manpages fail to build
|
||||
|
@ -43,12 +43,6 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
;;
|
||||
esac
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686-musl|x86_64-musl) ;;
|
||||
*-musl) broken="gobject introspection" ;;
|
||||
*) ;;
|
||||
esac
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64*)
|
||||
configure_args+=" -Dplugin_uefi=false"
|
||||
|
|
Loading…
Add table
Reference in a new issue