From 214f0beac03c9134634048d4effe8286733ef64b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 26 Jun 2010 10:11:54 +0200 Subject: fix dependencies --- sunbird.spec | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sunbird.spec') diff --git a/sunbird.spec b/sunbird.spec index ccbcd15..47c7fdf 100644 --- a/sunbird.spec +++ b/sunbird.spec @@ -87,6 +87,9 @@ BuildRequires: libnotify-devel >= %{libnotify_version} %if %{fedora} >= 9 BuildRequires: lcms-devel >= %{lcms_version} %endif +%ifarch %{ix86} x86_64 +BuildRequires: wireless-tools-devel +%endif Requires(post): desktop-file-utils @@ -186,6 +189,9 @@ ac_add_options --enable-system-lcms %if %{fedora} >= 13 ac_add_options --enable-system-sqlite %endif +%ifarch ppc ppc64 +ac_add_options --disable-necko-wifi +%endif EOF make -f client.mk build -- cgit