libpeas: enable gir/vala for all architectures
This commit is contained in:
parent
bad198985e
commit
d9466bb0da
1 changed files with 1 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libpeas'
|
||||
pkgname=libpeas
|
||||
version=1.22.0
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
hostmakedepends="pkg-config intltool glib-devel python python3 lua51"
|
||||
|
@ -16,11 +16,6 @@ homepage="https://wiki.gnome.org/Projects/Libpeas"
|
|||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=5b2fc0f53962b25bca131a5ec0139e6fef8e254481b6e777975f7a1d2702a962
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686-musl|x86_64-musl) ;;
|
||||
*-musl) broken="gobject-introspection" ;;
|
||||
esac
|
||||
|
||||
pre_build() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
vsed 's|tests||g' -i Makefile
|
||||
|
|
Loading…
Reference in a new issue