diff options
| -rw-r--r-- | thunderbird-lightning.spec | 8 | 
1 files changed, 7 insertions, 1 deletions
diff --git a/thunderbird-lightning.spec b/thunderbird-lightning.spec index 887b989..8e0d475 100644 --- a/thunderbird-lightning.spec +++ b/thunderbird-lightning.spec @@ -1,6 +1,6 @@  %global nspr_version 4.8.6  %global nss_version 3.12.8 -%global cairo_version 1.8.8 +%global cairo_version 1.10.0  %global freetype_version 2.1.9  %global lcms_version 1.19  %global sqlite_version 3.6.22 @@ -55,7 +55,10 @@ BuildRequires:  nss-devel >= %{nss_version}  %if 0%{?fedora} > 15  BuildRequires:  nss-static  %endif +%if %{fedora} >= 15 +# Library requirements (cairo-tee >= 1.10)  BuildRequires:  cairo-devel >= %{cairo_version} +%endif  BuildRequires:  libnotify-devel >= %{libnotify_version}  BuildRequires:  libpng-devel  BuildRequires:  libjpeg-devel @@ -137,6 +140,9 @@ cat %{SOURCE10} 		\  %if %{fedora} < 12    | grep -v system-nspr 	\  %endif +%if %{fedora} < 15 +  | grep -v enable-system-cairo    \ +%endif  %ifarch %{ix86} x86_64    | grep -v disable-necko-wifi 	\  %endif  | 
