Remove thunderbird from BuildRequires as well

This commit is contained in:
Kalev Lember 2017-03-21 12:27:19 +01:00
parent 30647b6a47
commit 11102153c9

View File

@ -3,12 +3,10 @@
%if 0%{?rhel}
%global with_enca 0
%global with_libcue 0
%global with_thunderbird 0
%global with_rss 0
%else
%global with_enca 1
%global with_libcue 1
%global with_thunderbird 1
%global with_rss 1
%endif
@ -36,9 +34,6 @@ BuildRequires: libjpeg-devel
BuildRequires: libtiff-devel
BuildRequires: libappstream-glib
BuildRequires: systemd
%if 0%{?with_thunderbird}
BuildRequires: thunderbird
%endif
BuildRequires: vala-devel
%if 0%{?with_enca}
BuildRequires: pkgconfig(enca)