File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments