From 4b49474d5a1c080520ce2293092a6fff1daab113 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 8 Sep 2021 23:36:37 +0200 Subject: [PATCH] gtk4: disable sysprof --- srcpkgs/gtk4/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gtk4/template b/srcpkgs/gtk4/template index 6a40b731ad17..7494ff102dd1 100644 --- a/srcpkgs/gtk4/template +++ b/srcpkgs/gtk4/template @@ -1,7 +1,7 @@ # Template file for 'gtk4' pkgname=gtk4 version=4.4.0 -revision=1 +revision=2 wrksrc="gtk-${version}" build_style=meson build_helper="gir" @@ -38,7 +38,7 @@ desc_option_broadway="Enable support for the HTML5 Broadway backend" desc_option_cloudproviders="Enable integration with cloudproviders, such as Nextcloud" desc_option_sysprof="Enable support for sysprof profiling" -build_options_default="broadway cloudproviders colord cups gir vulkan wayland x11 sysprof" +build_options_default="broadway cloudproviders colord cups gir vulkan wayland x11" pre_build() { # help gi-docgen find gi files on cross