Skip to content

Commit 4a9909e

Browse files
committed
More dependencies
1 parent 3435a17 commit 4a9909e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

linux/Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ RUN set -eux; \
1919
libxcursor-dev:amd64 \
2020
libxinerama-dev:amd64 \
2121
# deps to support wayland
22+
libglfw3-dev:amd64 \
23+
libgles2-mesa-dev:amd64 \
2224
libwayland-dev:amd64 \
2325
libxkbcommon-dev:amd64 \
2426
libdecor-0-dev:amd64 \
@@ -32,6 +34,8 @@ RUN set -eux; \
3234
libxcursor-dev:arm64 \
3335
libxinerama-dev:arm64 \
3436
# deps to support wayland
37+
libglfw3-dev:arm64 \
38+
libgles2-mesa-dev:arm64 \
3539
libwayland-dev:arm64 \
3640
libxkbcommon-dev:arm64 \
3741
libdecor-0-dev:arm64 \
@@ -45,6 +49,8 @@ RUN set -eux; \
4549
libxcursor-dev:armhf \
4650
libxinerama-dev:armhf \
4751
# deps to support wayland
52+
libglfw3-dev:armhf \
53+
libgles2-mesa-dev:armhf \
4854
libwayland-dev:armhf \
4955
libxkbcommon-dev:armhf \
5056
libdecor-0-dev:armhf \
@@ -58,6 +64,8 @@ RUN set -eux; \
5864
libxcursor-dev:i386 \
5965
libxinerama-dev:i386 \
6066
# deps to support wayland
67+
libglfw3-dev:i386 \
68+
libgles2-mesa-dev:i386 \
6169
libwayland-dev:i386 \
6270
libxkbcommon-dev:i386 \
6371
libdecor-0-dev:i386 \

0 commit comments

Comments
 (0)