From 09bd953c18d5a337bbffcf08dd56bb0e9cfff485 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Fri, 20 Jan 2023 14:34:56 +0400 Subject: [PATCH] Add pipewire configs to snap --- snap/snapcraft.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index d89cdb47f..a32645325 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -77,10 +77,8 @@ slots: name: tdesktop layout: - /usr/share/alsa: - bind: $SNAP/usr/share/alsa - /usr/share/X11: - bind: $SNAP/usr/share/X11 + /usr/share: + bind: $SNAP/usr/share /usr/lib/$CRAFT_ARCH_TRIPLET/spa-0.2: bind: $SNAP/usr/lib/$CRAFT_ARCH_TRIPLET/spa-0.2 /usr/lib/$CRAFT_ARCH_TRIPLET/webkit2gtk-4.1: @@ -311,8 +309,8 @@ parts: stage-packages: - libasound2 - libdbus-1-3 - - libpipewire-0.3-0 - libpulse0 + - pipewire cmake-generator: Ninja cmake-parameters: - -DCMAKE_BUILD_TYPE=Release @@ -547,7 +545,6 @@ parts: - libglib2.0-0 - libopenh264-6 - libopus0 - - libpipewire-0.3-0 - libvpx7 - libx11-6 - libxcomposite1 @@ -557,6 +554,7 @@ parts: - libxrender1 - libxrandr2 - libxtst6 + - pipewire cmake-generator: Ninja cmake-parameters: - -DCMAKE_BUILD_TYPE=Release