From cbe4ab44ffa0626c9f5ba5d6262cfd94c95695fc Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 18 Sep 2024 00:07:41 -0400 Subject: [PATCH] glib: use qemu build helper instead of depending on qemu-user --- srcpkgs/glib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/glib/template b/srcpkgs/glib/template index 548dc0f3d17..bbcf1e94915 100644 --- a/srcpkgs/glib/template +++ b/srcpkgs/glib/template @@ -4,7 +4,7 @@ pkgname=glib version=2.80.3 revision=1 build_style=meson -build_helper=qemu +build_helper="qemu" # static version is necessary for qemu-user # also disable LTO, otherwise there are multiple failures when linking qemu configure_args="-Dman=true -Dselinux=disabled -Dintrospection=enabled