mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
glib: use qemu build helper instead of depending on qemu-user
This commit is contained in:
parent
c366da99f6
commit
cbe4ab44ff
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ pkgname=glib
|
||||||
version=2.80.3
|
version=2.80.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper=qemu
|
build_helper="qemu"
|
||||||
# static version is necessary for qemu-user
|
# static version is necessary for qemu-user
|
||||||
# also disable LTO, otherwise there are multiple failures when linking qemu
|
# also disable LTO, otherwise there are multiple failures when linking qemu
|
||||||
configure_args="-Dman=true -Dselinux=disabled -Dintrospection=enabled
|
configure_args="-Dman=true -Dselinux=disabled -Dintrospection=enabled
|
||||||
|
|
Loading…
Add table
Reference in a new issue