diff --git a/MozillaFirefox.spec b/MozillaFirefox.spec index 3370a69..582fa8c 100644 --- a/MozillaFirefox.spec +++ b/MozillaFirefox.spec @@ -353,6 +353,10 @@ ac_add_options --disable-neon %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