gjs: enable gir/vala for all architectures
This commit is contained in:
parent
2472e478d8
commit
7047722537
1 changed files with 1 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gjs'
|
# Template file for 'gjs'
|
||||||
pkgname=gjs
|
pkgname=gjs
|
||||||
version=1.56.1
|
version=1.56.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="--without-dbus-tests"
|
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
|
*-musl) configure_args+=" --disable-profiler" # https://gitlab.gnome.org/GNOME/gjs/issues/132
|
||||||
esac
|
esac
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
i686-musl|x86_64-musl) ;;
|
|
||||||
*-musl) broken="gojbect-introspection" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
post_configure() {
|
post_configure() {
|
||||||
# Cross compilation gets this result wrong
|
# Cross compilation gets this result wrong
|
||||||
vsed -e "s|^#define HAVE_DEBUG_SPIDERMONKEY.*|/* #undef HAVE_DEBUG_SPIDERMONKEY */|g" \
|
vsed -e "s|^#define HAVE_DEBUG_SPIDERMONKEY.*|/* #undef HAVE_DEBUG_SPIDERMONKEY */|g" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue