I'm trying to run an application that uses Electron on my Embedded System.
The problem is that Electron has dependecies with it but i can only use wayland or frame buffer instead of X11.
Can anyone help me?
Andrea
I'm trying to run an application that uses Electron on my Embedded System.
The problem is that Electron has dependecies with it but i can only use wayland or frame buffer instead of X11.
Can anyone help me?
Andrea
This doesn't really answer your question, but maybe you can use Xwayland? It will set up a X11 server that acts as a Wayland client, which your electron app can connect to.