Drop sysprof conditionals as we don't have sysprof-capture-3 in Fedora
We have sysprof-capture-4, which is however not supported by gtk3.
This commit is contained in:
parent
c3299631f5
commit
2e4ac48494
@ -2,10 +2,6 @@
|
||||
%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.32.0
|
||||
@ -62,9 +58,6 @@ 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-4)
|
||||
%endif
|
||||
BuildRequires: make
|
||||
|
||||
# standard icons
|
||||
|
Loading…
Reference in New Issue
Block a user