diff options
Diffstat (limited to 'gtk3.spec')
-rw-r--r-- | gtk3.spec | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 <klember@redhat.com> - 3.24.11-1 - Update to 3.24.11 +- Build with sysprof support on F31+ * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild |