summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-10-09 14:49:41 +0200
committerMartin Stransky <stransky@redhat.com>2017-10-09 14:49:41 +0200
commitfd700ad0ae450c4705017e05db7af709f7ea90f0 (patch)
tree3cf2c27e8b9127798637b6f406a3ab5729b67b34
parentUpdated CSD patch (diff)
downloadlibrewolf-fedora-ff-fd700ad0ae450c4705017e05db7af709f7ea90f0.tar.gz
librewolf-fedora-ff-fd700ad0ae450c4705017e05db7af709f7ea90f0.tar.bz2
librewolf-fedora-ff-fd700ad0ae450c4705017e05db7af709f7ea90f0.zip
Disabled stylo on i686
-rw-r--r--firefox.spec3
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
#---------------------------------------------------------------------
bgstack15