diff options
author | Martin Stransky <stransky@redhat.com> | 2017-10-09 14:49:41 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-10-09 14:49:41 +0200 |
commit | fd700ad0ae450c4705017e05db7af709f7ea90f0 (patch) | |
tree | 3cf2c27e8b9127798637b6f406a3ab5729b67b34 | |
parent | Updated CSD patch (diff) | |
download | librewolf-fedora-ff-fd700ad0ae450c4705017e05db7af709f7ea90f0.tar.gz librewolf-fedora-ff-fd700ad0ae450c4705017e05db7af709f7ea90f0.tar.bz2 librewolf-fedora-ff-fd700ad0ae450c4705017e05db7af709f7ea90f0.zip |
Disabled stylo on i686
-rw-r--r-- | firefox.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index c103013..f839e2e 100644 --- a/firefox.spec +++ b/firefox.spec @@ -453,6 +453,9 @@ echo "ac_add_options --without-system-icu" >> .mozconfig echo "ac_add_options --disable-ion" >> .mozconfig %endif +%ifarch %{ix86} +echo "ac_add_options --disable-stylo" >> .mozconfig +%endif #--------------------------------------------------------------------- |