File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
1010LABEL maintainer="thelamer"
1111
1212# title
13- ENV TITLE=Flycast
13+ ENV TITLE=Flycast \
14+ PIXELFLUX_WAYLAND=true
1415
1516RUN \
1617 echo "**** add icon ****" && \
Original file line number Diff line number Diff line change @@ -612,6 +612,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
612612
613613# # Versions
614614
615+ * **05.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
615616* **20.12.25:** - Add Wayland init logic.
616617* **22.09.25:** - Rebase to Debian Trixie.
617618* **19.06.25:** - Initial release.
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ init_diagram: |
107107 "flycast:latest" <- Base Images
108108# changelog
109109changelogs :
110+ - {date: "05.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
110111 - {date: "20.12.25:", desc: "Add Wayland init logic."}
111112 - {date: "22.09.25:", desc: "Rebase to Debian Trixie."}
112113 - {date: "19.06.25:", desc: "Initial release."}
You can’t perform that action at this time.
0 commit comments