From 46f07576a3d5da978802d446c19d47751af3bd96e346d864e8bd575523cc2ea8 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Sun, 20 Jul 2014 18:10:31 +0000 Subject: [PATCH] Accepting request 241651 from home:mayerjosua:mozilla use libEGL as glprovider on ARM. I believe it is safe to assume that on ARM, if we got any OpenGL, it will be at least EGL and GLES. I tested this on Cubox-i with vivante gc2000, and the webgl demo cube worked fine. OBS-URL: https://build.opensuse.org/request/show/241651 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=388 --- MozillaFirefox.spec | 4 ++++ 1 file changed, 4 insertions(+) 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