gjs: enable gir/vala for all architectures

This commit is contained in:
Jürgen Buchmüller 2019-04-28 03:12:31 +02:00
parent 2472e478d8
commit 7047722537

View file

@ -1,7 +1,7 @@
# Template file for 'gjs'
pkgname=gjs
version=1.56.1
revision=1
revision=2
build_style=gnu-configure
build_helper="gir"
configure_args="--without-dbus-tests"
@ -19,11 +19,6 @@ case "$XBPS_TARGET_MACHINE" in
*-musl) configure_args+=" --disable-profiler" # https://gitlab.gnome.org/GNOME/gjs/issues/132
esac
case "$XBPS_TARGET_MACHINE" in
i686-musl|x86_64-musl) ;;
*-musl) broken="gojbect-introspection" ;;
esac
post_configure() {
# Cross compilation gets this result wrong
vsed -e "s|^#define HAVE_DEBUG_SPIDERMONKEY.*|/* #undef HAVE_DEBUG_SPIDERMONKEY */|g" \