summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2019-09-04 08:27:47 +0200
committerKalev Lember <klember@redhat.com>2019-09-04 08:35:41 +0200
commit632ae8fcf44b2b92b15867bb599adf3636a97716 (patch)
treec9ad7bc4c7e9b5bf689d9c4ce8414097668afc8e
parentUpdate to 3.24.11 (diff)
downloadgtk3-classic-build-gtk3-632ae8fcf44b2b92b15867bb599adf3636a97716.tar.gz
gtk3-classic-build-gtk3-632ae8fcf44b2b92b15867bb599adf3636a97716.tar.bz2
gtk3-classic-build-gtk3-632ae8fcf44b2b92b15867bb599adf3636a97716.zip
Build with sysprof support on F31+
-rw-r--r--gtk3.spec8
1 files changed, 8 insertions, 0 deletions
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 <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
bgstack15