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:
parent
f981522006
commit
18efd99c86
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user