You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/source_build/launcher.md
+5
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,11 @@ if you didn't install the MSA daemon (e.g. if you ran the previous
34
34
command in `/home/paul/`, you'd have to use
35
35
`/home/paul/msa/build/msa-daemon` as the path).
36
36
37
+
### Adding Wayland support
38
+
39
+
By default, compiling the game launcher will not come with native Wayland support, as SDL3 is not enabled. The game will run under Xwayland, but if you are running into issues (e.g. flickering, mouse not locked), it's best to run the game natively through Wayland. To compile the launcher using SDL3, add the following cmake flag:
40
+
`-DGAMEWINDOW_SYSTEM=SDL3`
41
+
37
42
## Installation
38
43
39
44
You can now optionally install the launcher system-wise. If you don't,
0 commit comments