New comment by oreo639 on void-packages repository https://github.com/void-linux/void-packages/pull/42828#issuecomment-1478548105 Comment: Add `-Dbuild-testsuite=false` to the configure flags. ``` diff --git a/srcpkgs/gtk4/template b/srcpkgs/gtk4/template index e909d166bc..4f9804aa3f 100644 --- a/srcpkgs/gtk4/template +++ b/srcpkgs/gtk4/template @@ -4,7 +4,8 @@ version=4.10.1 revision=1 build_style=meson build_helper="gir" -configure_args="-Dman-pages=true -Dbuild-tests=false -Dgtk_doc=true +configure_args="-Dman-pages=true -Dgtk_doc=true + -Dbuild-tests=false -Dbuild-testsuite=false -Dbroadway-backend=$(vopt_if broadway true false) -Dx11-backend=$(vopt_if x11 true false) -Dwayland-backend=$(vopt_if wayland true false) ```