Skip to content

Commit 39af7f6

Browse files
Merge pull request #24665 from cbjeukendrup/port/4.4.2/armlinuxwebsockets
[4.4.2] Install qt6-websockets on ARM Linux
2 parents 5013b5e + ea73bc3 commit 39af7f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildscripts/ci/linux/setup-arm.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ apt_packages_runtime=(
123123
libxcb-xinerama0
124124
libxcb-xkb-dev
125125
libxkbcommon-dev
126+
libopengl-dev
126127
libvulkan-dev
127128
)
128129

@@ -167,6 +168,7 @@ apt_packages_qt6=(
167168
libqt6core5compat6-dev
168169
qt6-scxml-dev
169170
qt6-wayland
171+
qt6-websockets
170172
)
171173

172174
apt-get install -y \

0 commit comments

Comments
 (0)