From 30416ff69070826eb14c99cc395b5933e877e014 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 26 Jun 2010 10:11:54 +0200 Subject: fix dependencies --- thunderbird.spec | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'thunderbird.spec') diff --git a/thunderbird.spec b/thunderbird.spec index a9b49b5..0400e3f 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -126,6 +126,9 @@ Requires: nss >= %{nss_version} %if %{fedora} >= 9 BuildRequires: lcms-devel >= %{lcms_version} %endif +%ifarch %{ix86} x86_64 +BuildRequires: wireless-tools-devel +%endif Obsoletes: thunderbird3 @@ -174,6 +177,9 @@ cat %{SOURCE10} \ %endif %if %{fedora} < 11 | grep -v system-cairo \ +%endif +%ifarch %{ix86} x86_64 + | grep -v disable-necko-wifi \ %endif | tee .mozconfig -- cgit