Skip to content

Commit

Permalink
build: add Wayland to the SDL image
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Nov 20, 2024
1 parent cbae162 commit 4cb8441
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/tr1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## [Unreleased](https://github.com/LostArtefacts/TRX/compare/tr1-4.6...develop) - ××××-××-××
- added support for Wayland in binary Linux builds (#1927)

## [4.6](https://github.com/LostArtefacts/TRX/compare/tr1-4.5.1...tr1-4.6) - 2024-11-18
- added support for wading, similar to TR2+ (#1537)
Expand Down
5 changes: 5 additions & 0 deletions tools/tr1/docker/game-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ RUN apt-get install -y \
libgl1-mesa-dev \
libglu1-mesa-dev \
libpulse-dev \
libxkbcommon-dev \
libwayland-client0 \
libwayland-cursor0 \
libwayland-dev \
libwayland-egl1 \
automake \
gcc \
libxext-dev
Expand Down

0 comments on commit 4cb8441

Please sign in to comment.