mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gobject-introspection: use qemu build helper instead of depending on qemu-user
This commit is contained in:
parent
8dc1ee476e
commit
af70fab540
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ pkgname=gobject-introspection
|
||||||
version=1.80.1
|
version=1.80.1
|
||||||
revision=2
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
build_helper="qemu"
|
||||||
pycompile_dirs="usr/lib/gobject-introspection/giscanner"
|
pycompile_dirs="usr/lib/gobject-introspection/giscanner"
|
||||||
hostmakedepends="flex pkg-config"
|
hostmakedepends="flex pkg-config"
|
||||||
# won't run tests with cairo to avoid cyclical deps
|
# won't run tests with cairo to avoid cyclical deps
|
||||||
|
@ -20,7 +21,7 @@ checksum=a1df7c424e15bda1ab639c00e9051b9adf5cea1a9e512f8a603b53cd199bc6d8
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" gobject-introspection qemu-user prelink-cross"
|
hostmakedepends+=" gobject-introspection prelink-cross"
|
||||||
configure_args+=" -Dgi_cross_use_prebuilt_gi=true
|
configure_args+=" -Dgi_cross_use_prebuilt_gi=true
|
||||||
-Dgi_cross_binary_wrapper=/usr/bin/g-ir-scanner-qemuwrapper
|
-Dgi_cross_binary_wrapper=/usr/bin/g-ir-scanner-qemuwrapper
|
||||||
-Dgi_cross_ldd_wrapper=/usr/bin/g-ir-scanner-lddwrapper
|
-Dgi_cross_ldd_wrapper=/usr/bin/g-ir-scanner-lddwrapper
|
||||||
|
|
Loading…
Add table
Reference in a new issue