Skip to content

Commit

Permalink
fix: snapcraft build
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Dec 28, 2023
1 parent d908923 commit 66f1442
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,24 @@ parts:
- portaudio19-dev
- python3-poetry
stage-packages:
# Audio
- ffmpeg
- libportaudio2
- libpulse0
- libasound2
- libasound2-plugins
- libyaml-dev
- libegl1-mesa
# Display
- libxkbcommon-x11-0
- libxcb-icccm4
- libxcb-image0
- libxcb-keysyms1
- libxcb-randr0
- libxcb-render-util0
- libxcb-xinerama0
- libxcb-shape0
- libxcb-cursor0
override-build: |
craftctl default
pip install .
Expand Down

0 comments on commit 66f1442

Please sign in to comment.