disable webrtc for ARM to match xulrunner

This commit is contained in:
Dan Horák 2013-01-08 15:08:41 +01:00
parent 646b5ed883
commit f9d4c64e5a

View File

@ -225,7 +225,7 @@ echo "ac_add_options --enable-optimize" >> .mozconfig
echo "ac_add_options --disable-elf-hack" >> .mozconfig
%endif
%ifnarch %{ix86} x86_64 %{arm}
%ifnarch %{ix86} x86_64
echo "ac_add_options --disable-webrtc" >> .mozconfig
%endif