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
This commit is contained in:
Wolfgang Rosenauer 2014-07-20 18:10:31 +00:00 committed by Git OBS Bridge
parent 3fe418d0af
commit 46f07576a3

View File

@ -353,6 +353,10 @@ ac_add_options --disable-neon
%ifnarch %ix86 x86_64 %ifnarch %ix86 x86_64
ac_add_options --disable-webrtc ac_add_options --disable-webrtc
%endif %endif
# try to use OpenGL-ES on ARM
%ifarch %arm
ac_add_options --with-gl-provider=EGL
%endif
EOF EOF
make -f client.mk build make -f client.mk build