diff options
Diffstat (limited to 'redhat/main/tdepim')
-rw-r--r-- | redhat/main/tdepim/tdepim.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/redhat/main/tdepim/tdepim.spec b/redhat/main/tdepim/tdepim.spec index b0ed255bc..efd9c9771 100644 --- a/redhat/main/tdepim/tdepim.spec +++ b/redhat/main/tdepim/tdepim.spec @@ -104,7 +104,7 @@ BuildRequires: gamin-devel # KDEPIM specific features %if 0%{?fedora} || 0%{?mgaversion} || 0%{?mdkversion} || 0%{?suse_version} -%if 0%{?suse_version} < 1550 +%if 0%{?suse_version} < 1550 && 0%{?sle_version} < 150200 %define with_gnokii 1 BuildRequires: gnokii-devel %endif @@ -116,6 +116,9 @@ BuildRequires: gnokii-devel BuildRequires: flex-static %endif +# BISON support +BuildRequires: bison + # CURL support BuildRequires: curl-devel |