Skip to content

Commit c3653b9

Browse files
committed
Woops, forgot the wayland stuff
1 parent 5534dfe commit c3653b9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: focal-aarch64/Dockerfile

+5-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,11 @@ RUN \
6464
libvpx-dev \
6565
libx264-dev \
6666
libxml2-dev \
67-
ocl-icd-opencl-dev
67+
ocl-icd-opencl-dev \
68+
libwayland-client0 \
69+
libwayland-server0 \
70+
libwayland-dev \
71+
libwayland-cursor0
6872

6973
# For QT build we need some unknown X11/XCB deps. Just install everything by prefix
7074
RUN \

0 commit comments

Comments
 (0)