From 66f144204463614b241b006466e080aae8ee951e Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Thu, 28 Dec 2023 09:23:58 +0000 Subject: [PATCH] fix: snapcraft build --- snap/snapcraft.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 4b68711f8..15852b45e 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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 .