disabled skia on aarch64 ppc64 s390x

This commit is contained in:
Martin Stransky 2017-01-23 12:02:45 +01:00
parent f88be8858d
commit 75872935f9
1 changed files with 4 additions and 0 deletions

View File

@ -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