MozillaFirefox/MozillaFirefox.spec
branchfirefox32
changeset 753 f3bf114c6639
parent 751 8517d10e87ab
child 756 e4fa9844604e
--- a/MozillaFirefox/MozillaFirefox.spec	Mon Jul 28 09:06:53 2014 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Sat Aug 02 09:06:35 2014 +0200
@@ -74,7 +74,7 @@
 %endif
 Version:        %{mainver}
 Release:        0
-%define         releasedate 2014072700
+%define         releasedate 2014080100
 Provides:       firefox = %{mainver}
 Provides:       firefox = %{version}-%{release}
 Provides:       web_browser
@@ -350,6 +350,10 @@
 %ifnarch %ix86 x86_64
 ac_add_options --disable-webrtc
 %endif
+# try to use OpenGL-ES on ARM
+%ifarch %arm
+ac_add_options --with-gl-provider=EGL
+%endif
 EOF
 make -f client.mk build