Skip to content

Commit 3238416

Browse files
authored
Merge pull request #9 from nyanmisaka/master
Add missing libxcb* dev libraries for ubuntu 20.04
2 parents 70432a1 + a6530a7 commit 3238416

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2121
libx11-xcb-dev \
2222
libxcb-dri2-0 \
2323
libxcb-dri2-0-dev \
24+
libxcb-dri3-dev \
25+
libxcb-present-dev \
26+
libxcb-xfixes0-dev \
2427
libxdamage1 \
2528
libxdamage-dev \
2629
libxext6 \

0 commit comments

Comments
 (0)