disabled skia on aarch64 ppc64 s390x
This commit is contained in:
parent
f88be8858d
commit
75872935f9
@ -397,6 +397,10 @@ echo "ac_add_options --without-system-icu" >> .mozconfig
|
|||||||
%if %{?build_with_rust}
|
%if %{?build_with_rust}
|
||||||
echo "ac_add_options --enable-rust" >> .mozconfig
|
echo "ac_add_options --enable-rust" >> .mozconfig
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%ifarch aarch64 ppc64 s390x
|
||||||
|
echo "ac_add_options --disable-skia" >> .mozconfig
|
||||||
|
%endif
|
||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user