gjs: fix *-musl.
This commit is contained in:
parent
64fc69536f
commit
f5ed2b6de6
|
@ -2,6 +2,7 @@
|
|||
pkgname=gjs
|
||||
version=1.52.0
|
||||
revision=1
|
||||
configure_args="--without-dbus-tests"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config intltool glib-devel gobject-introspection"
|
||||
makedepends="libffi-devel libgirepository-devel dbus-glib-devel
|
||||
|
@ -13,6 +14,10 @@ homepage="https://wiki.gnome.org/action/show/Projects/Gjs"
|
|||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=5524a045e5e1d34a2a510133c662f2685e15ce26ae2ed699fb5d131b6b04a4ca
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) configure_args+=" --disable-profiler" # https://gitlab.gnome.org/GNOME/gjs/issues/132
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue