From c50348988ff25eb842d89edb4dd33c836c5929e2 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 21 Sep 2023 16:24:17 +0200 Subject: [PATCH] Fix the build with sysprof 45 sysprof 45 has changed libsysprof library API that gtk uses for its test suite. Disable it for now to fix the build. sysprof-capture is is unaffected though and the API is unchanged in sysprof 45, so we don't need to disable that. https://gitlab.gnome.org/GNOME/gtk/-/issues/6112 --- gtk4.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk4.spec b/gtk4.spec index 59956da..7df8afb 100644 --- a/gtk4.spec +++ b/gtk4.spec @@ -49,7 +49,6 @@ BuildRequires: pkgconfig(libjpeg) BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(libtiff-4) BuildRequires: pkgconfig(pango) >= %{pango_version} -BuildRequires: pkgconfig(sysprof-4) BuildRequires: pkgconfig(sysprof-capture-4) BuildRequires: pkgconfig(tracker-sparql-3.0) BuildRequires: pkgconfig(wayland-client) >= %{wayland_version}