From 75872935f9d880ba8d8757ab7b2b3002d6b73025 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Jan 23 2017 11:02:45 +0000 Subject: disabled skia on aarch64 ppc64 s390x --- diff --git a/firefox.spec b/firefox.spec index 27efab7..c14fa86 100644 --- a/firefox.spec +++ b/firefox.spec @@ -397,6 +397,10 @@ echo "ac_add_options --without-system-icu" >> .mozconfig %if %{?build_with_rust} echo "ac_add_options --enable-rust" >> .mozconfig %endif + +%ifarch aarch64 ppc64 s390x +echo "ac_add_options --disable-skia" >> .mozconfig +%endif #--------------------------------------------------------------------- %build