KDABLabs / cxx-qt-servo-webview

Servo WebView for Qt using CXX-Qt
45 stars 1 forks source link

Make servo-webview work on ARM #35

Closed vimpostor closed 5 months ago

vimpostor commented 5 months ago

Note that on Raspberry Pi 4 it is still necessary to force OpenGL ES in servo. Otherwise Qt (which auto-picks GLES) will use GLES, while servo uses GL, which will then later crash.

Additionally, for OpenGL ES to work on Raspbian Bookworm, the following host packages need to be manually installed:

The driver is passed through to the Nix environment with nixGL.