MozillaFirefox/MozillaFirefox.spec
branchfirefox20
changeset 640 68ead6c93b7d
parent 639 0cb8814119b0
child 643 d323f07d98a2
--- a/MozillaFirefox/MozillaFirefox.spec	Tue Apr 02 23:22:28 2013 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Sat Apr 06 23:58:32 2013 +0200
@@ -338,6 +338,10 @@
 %ifarch %arm
 cat << EOF >> $MOZCONFIG
 ac_add_options --disable-neon
+EOF
+%endif
+%ifnarch %ix86 x86_64
+cat << EOF >> $MOZCONFIG
 ac_add_options --disable-webrtc
 EOF
 %endif