From 8dc1ee476e0a29682552e25ecc5940ffd11dde57 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 18 Sep 2024 00:07:42 -0400 Subject: [PATCH] gobject-introspection-bootstrap: use qemu build helper instead of depending on qemu-user --- srcpkgs/gobject-introspection-bootstrap/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/gobject-introspection-bootstrap/template b/srcpkgs/gobject-introspection-bootstrap/template index 1ac8bd90001..86801942e3a 100644 --- a/srcpkgs/gobject-introspection-bootstrap/template +++ b/srcpkgs/gobject-introspection-bootstrap/template @@ -7,6 +7,7 @@ pkgname=gobject-introspection-bootstrap version=1.80.1 revision=2 build_style=meson +build_helper="qemu" configure_args="-Dbuild_introspection_data=false" pycompile_dirs="usr/lib/gobject-introspection/giscanner" hostmakedepends="flex pkg-config" @@ -27,7 +28,7 @@ conflicts="libgirepository libgirepository-devel gobject-introspection" noverifyrdeps=yes if [ "$CROSS_BUILD" ]; then - hostmakedepends+=" gobject-introspection-bootstrap qemu-user prelink-cross" + hostmakedepends+=" gobject-introspection-bootstrap prelink-cross" configure_args+=" -Dgi_cross_use_prebuilt_gi=true -Dgi_cross_binary_wrapper=/usr/bin/g-ir-scanner-qemuwrapper -Dgi_cross_ldd_wrapper=/usr/bin/g-ir-scanner-lddwrapper