Skip to content

Commit 4466594

Browse files
committed
CI Linux: add Qt6 Wayland plugin
Install the qt6-wayland package - the plugin will then be deployed to the AppImage automatically. for the case when user has set QT_QPA_PLATFORM=wayland
1 parent cefae84 commit 4466594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/Linux/prepare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ffmpeg_build_dep=$(get_build_deps_excl ffmpeg 'libsdl')
4848
sudo apt install $ffmpeg_build_dep libdav1d-dev libde265-dev libopenh264-dev
4949
sudo apt-get -y remove 'libavcodec*' 'libavutil*' 'libswscale*' libvpx-dev nginx
5050

51-
sudo apt install qt6-base-dev
51+
sudo apt install qt6-base-dev qt6-wayland
5252
. /etc/os-release # source ID and VERSION_ID
5353
if [ "$ID" = ubuntu ] && [ "$VERSION_ID" = 22.04 ]; then
5454
# https://bugs.launchpad.net/ubuntu/+source/qtchooser/+bug/1964763 bug

0 commit comments

Comments
 (0)