Merge pull request #4 from linuxserver/wayland-default

make wayland default
This commit is contained in:
Ryan Kuba 2026-03-17 15:00:19 -04:00 committed by GitHub
commit 9768e61fcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="thelamer"
# title
ENV TITLE=Flycast
ENV TITLE=Flycast \
PIXELFLUX_WAYLAND=true
RUN \
echo "**** add icon ****" && \

View File

@ -612,6 +612,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **05.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
* **20.12.25:** - Add Wayland init logic.
* **22.09.25:** - Rebase to Debian Trixie.
* **19.06.25:** - Initial release.

View File

@ -107,6 +107,7 @@ init_diagram: |
"flycast:latest" <- Base Images
# changelog
changelogs:
- {date: "05.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
- {date: "20.12.25:", desc: "Add Wayland init logic."}
- {date: "22.09.25:", desc: "Rebase to Debian Trixie."}
- {date: "19.06.25:", desc: "Initial release."}