pango: enable gir for all architecturs
This commit is contained in:
parent
27799a44b5
commit
b0e514b3d1
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'pango'
|
||||
pkgname=pango
|
||||
version=1.42.4
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure # switch to meson when possible
|
||||
build_helper="gir"
|
||||
configure_args="$(vopt_enable gir introspection) --disable-gtk-doc"
|
||||
|
@ -16,12 +16,7 @@ checksum=1d2b74cd63e8bd41961f2f8d952355aa0f9be6002b52c8aa7699d9f5da597c9d
|
|||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686-musl|x86_64-musl) build_options_default+=" gir" ;;
|
||||
*-musl) ;;
|
||||
*) build_options_default+=" gir" ;;
|
||||
esac
|
||||
build_options_default="gir"
|
||||
|
||||
post_install() {
|
||||
rm -rf -- "${DESTDIR}"/usr/share/installed-tests
|
||||
|
|
Loading…
Reference in New Issue