gobject-introspection: enable for all architectures
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
323cdbf19c
commit
7ae33dcd8e
1 changed files with 1 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gobject-introspection'
|
||||
pkgname=gobject-introspection
|
||||
version=1.60.0
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=meson
|
||||
pycompile_dirs="usr/lib/${pkgname}/giscanner"
|
||||
hostmakedepends="flex pkg-config"
|
||||
|
@ -17,11 +17,6 @@ pycompile_version="$py3_ver"
|
|||
|
||||
patch_args="-Np1"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686-musl|x86_64-musl) ;;
|
||||
*-musl) broken="Errors out when building any package that uses gir" ;;
|
||||
esac
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" gobject-introspection qemu-user-static prelink-cross"
|
||||
configure_args+=" -Denable-host-gi=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue