From 632ae8fcf44b2b92b15867bb599adf3636a97716 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 4 Sep 2019 08:27:47 +0200 Subject: Build with sysprof support on F31+ --- gtk3.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gtk3.spec b/gtk3.spec index fca2092..538e195 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -2,6 +2,10 @@ %global with_broadway 1 %endif +%if 0%{?fedora} >= 31 +%global with_sysprof 1 +%endif + %global glib2_version 2.57.2 %global pango_version 1.41.0 %global atk_version 2.15.1 @@ -60,6 +64,9 @@ BuildRequires: pkgconfig(wayland-cursor) >= %{wayland_version} BuildRequires: pkgconfig(wayland-egl) >= %{wayland_version} BuildRequires: pkgconfig(wayland-protocols) >= %{wayland_protocols_version} BuildRequires: pkgconfig(xkbcommon) +%if 0%{?with_sysprof} +BuildRequires: pkgconfig(sysprof-capture-3) +%endif # standard icons Requires: adwaita-icon-theme @@ -320,6 +327,7 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || : %changelog * Wed Sep 04 2019 Kalev Lember - 3.24.11-1 - Update to 3.24.11 +- Build with sysprof support on F31+ * Thu Jul 25 2019 Fedora Release Engineering - 3.24.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild -- cgit