diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-06-26 10:11:54 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-06-26 10:11:54 +0200 |
commit | 214f0beac03c9134634048d4effe8286733ef64b (patch) | |
tree | a0f17ab2a5b9c481377caab341a8d9dfd77c098e | |
parent | 6f77138fd8f6b6e3c0cdfbe72acc964da48cc04c (diff) |
fix dependencies
-rw-r--r-- | sunbird.spec | 6 |
1 files changed, 6 insertions, 0 deletions
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 |