Skip to content

Commit

Permalink
Merge pull request #448 from kszafran/fix-libqxcb
Browse files Browse the repository at this point in the history
Add missing libqxcb dependencies
  • Loading branch information
obilodeau committed Dec 5, 2023
2 parents 83b2e81 + 31ffd92 commit 5b77bec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends python3 \
python3-distutils \
# GUI and notifications stuff
libgl1-mesa-glx libxcb-xinerama0 \
libxcb-icccm4 libxcb-image0 libxcb-util1 libxcb-keysyms1 \
libxcb-randr0 libxcb-render-util0 \
libxkbcommon-x11-0 \
libnotify-bin \
# Runtime requirement for PyAV (pyrdp-convert to MP4)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ sudo apt install python3 python3-pip python3-dev python3-setuptools python3-venv
libgl1-mesa-glx \
libnotify-bin \
libxkbcommon-x11-0 libxcb-xinerama0 \
libxcb-icccm4 libxcb-image0 libxcb-util1 libxcb-keysyms1 \
libxcb-randr0 libxcb-render-util0 \
libavformat-dev libavcodec-dev libavdevice-dev \
libavutil-dev libswscale-dev libswresample-dev libavfilter-dev
Expand Down

0 comments on commit 5b77bec

Please sign in to comment.