gobject-introspection-bootstrap: use qemu build helper instead of depending on qemu-user
This commit is contained in:
parent
cbe4ab44ff
commit
8dc1ee476e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue