Closed raffaem closed 3 years ago
I use these dependencies to compile the client app on Ubuntu 18.04: https://github.com/dessant/buster-client/blob/8822d4c601a2395d76d8064f69edf2d6095e6047/.github/workflows/ci.yml#L81
I use these dependencies to compile the client app on Ubuntu 18.04: https://github.com/dessant/buster-client/blob/8822d4c601a2395d76d8064f69edf2d6095e6047/.github/workflows/ci.yml#L81
And these dependencies contain the X11 server (libx11-dev
).
So I'm not sure about your answer.
I reported that I cannot compile the application on Wayland, and you basically answered "well, I use X11 not Wayland".
Anyway it looks like you don't use X11 directly but through robotn/gohook
, so I opened an issue there also.
System
Extension
Bug description
It may be related to the fact that I am using Wayland and so don't have the X11 subsystem. Is it supposed to compile on Wayland?
Logs
Browser:
Logs are empty
Client app: App doesn't compile
EDIT: Updated error message after having installed
libxkbcommon-devel