diff --git a/srcpkgs/gobject-introspection/files/g-ir-scanner-qemuwrapper b/srcpkgs/gobject-introspection/files/g-ir-scanner-qemuwrapper index ad45ddc03c2..521fbda35b2 100755 --- a/srcpkgs/gobject-introspection/files/g-ir-scanner-qemuwrapper +++ b/srcpkgs/gobject-introspection/files/g-ir-scanner-qemuwrapper @@ -3,7 +3,7 @@ # which may then get deleted (or their dependencies) and potentially segfault export GIO_MODULE_DIR=${XBPS_CROSS_BASE}/gio/modules-dummy -/usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static \ +/usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static ${GIR_EXTRA_OPTIONS} \ -L ${XBPS_CROSS_BASE} \ -E LD_LIBRARY_PATH="${XBPS_CROSS_BASE}/usr/lib:.libs:${GIR_EXTRA_LIBS_PATH}" \ "$@" diff --git a/srcpkgs/gobject-introspection/template b/srcpkgs/gobject-introspection/template index 193ae19e45a..c0bb1e412ce 100644 --- a/srcpkgs/gobject-introspection/template +++ b/srcpkgs/gobject-introspection/template @@ -1,7 +1,7 @@ # Template file for 'gobject-introspection' pkgname=gobject-introspection version=1.60.0 -revision=6 +revision=7 build_style=meson pycompile_dirs="usr/lib/${pkgname}/giscanner" hostmakedepends="flex pkg-config"