Skip to content

Commit d905b70

Browse files
committed
Enable egl in chromium when mali is used
1 parent 85cd1fb commit d905b70

File tree

1 file changed

+6
-0
lines changed
  • package/root/etc/chromium-browser/customizations

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Options to pass to chromium-browser
2+
if [ -d /sys/module/sunxidrm ]; then
3+
CHROMIUM_FLAGS="$CHROMIUM_FLAGS \
4+
--use-gl=egl
5+
"
6+
fi

0 commit comments

Comments
 (0)