Skip to content

Commit 6e8643b

Browse files
Merge pull request #44 from themuffinator/copilot/fix-highlighted-error
Add missing Wayland dependency for Linux nightly SDL3 builds
2 parents 86a0675 + 553b214 commit 6e8643b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/nightly-builds.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ jobs:
122122
libopenal-dev \
123123
libpipewire-0.3-dev \
124124
libudev-dev \
125+
libwayland-dev \
125126
libx11-dev \
126127
libxext-dev \
127128
libxxf86dga-dev \

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ To rebuild the game libraries as part of the OpenQ4 build, set `OPENQ4_BUILD_GAM
8585

8686
## Build Setup
8787

88-
Third-party libraries such as SDL3, GLEW, OpenAL Soft, and stb_vorbis are managed as Meson subprojects. Linux still requires the usual native development packages for X11/OpenGL plus SDL3 runtime integrations (for example `libdbus-1-dev`, `libpipewire-0.3-dev`, `libudev-dev`, `libx11-dev`, `libxext-dev`, and `libxxf86vm-dev` on Debian/Ubuntu) before the first configure step.
88+
Third-party libraries such as SDL3, GLEW, OpenAL Soft, and stb_vorbis are managed as Meson subprojects. Linux still requires the usual native development packages for X11/OpenGL plus SDL3 runtime integrations (for example `libdbus-1-dev`, `libpipewire-0.3-dev`, `libudev-dev`, `libwayland-dev`, `libx11-dev`, `libxext-dev`, and `libxxf86vm-dev` on Debian/Ubuntu) before the first configure step.
8989

9090
---
9191

0 commit comments

Comments
 (0)