Skip to content

Commit 4fba104

Browse files
committed
Add instructions for enabling SDL3/Wayland support
1 parent f9d70d6 commit 4fba104

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/source_build/launcher.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ if you didn't install the MSA daemon (e.g. if you ran the previous
3131
command in `/home/paul/`, you'd have to use
3232
`/home/paul/msa/build/msa-daemon` as the path).
3333

34+
### Adding Wayland support
35+
36+
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:
37+
`-DGAMEWINDOW_SYSTEM=SDL3`
38+
3439
## Installation
3540

3641
You can now optionally install the launcher system-wise. If you don't,

0 commit comments

Comments
 (0)