Build with sysprof support on F31+
This commit is contained in:
parent
d25462da11
commit
632ae8fcf4
@ -2,6 +2,10 @@
|
|||||||
%global with_broadway 1
|
%global with_broadway 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?fedora} >= 31
|
||||||
|
%global with_sysprof 1
|
||||||
|
%endif
|
||||||
|
|
||||||
%global glib2_version 2.57.2
|
%global glib2_version 2.57.2
|
||||||
%global pango_version 1.41.0
|
%global pango_version 1.41.0
|
||||||
%global atk_version 2.15.1
|
%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-egl) >= %{wayland_version}
|
||||||
BuildRequires: pkgconfig(wayland-protocols) >= %{wayland_protocols_version}
|
BuildRequires: pkgconfig(wayland-protocols) >= %{wayland_protocols_version}
|
||||||
BuildRequires: pkgconfig(xkbcommon)
|
BuildRequires: pkgconfig(xkbcommon)
|
||||||
|
%if 0%{?with_sysprof}
|
||||||
|
BuildRequires: pkgconfig(sysprof-capture-3)
|
||||||
|
%endif
|
||||||
|
|
||||||
# standard icons
|
# standard icons
|
||||||
Requires: adwaita-icon-theme
|
Requires: adwaita-icon-theme
|
||||||
@ -320,6 +327,7 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Sep 04 2019 Kalev Lember <klember@redhat.com> - 3.24.11-1
|
* Wed Sep 04 2019 Kalev Lember <klember@redhat.com> - 3.24.11-1
|
||||||
- Update to 3.24.11
|
- 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
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.10-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user