Skip to content

Commit

Permalink
Add pipewire configs to snap
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin authored and john-preston committed Jan 20, 2023
1 parent 6f89413 commit 09bd953
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -547,7 +545,6 @@ parts:
- libglib2.0-0
- libopenh264-6
- libopus0
- libpipewire-0.3-0
- libvpx7
- libx11-6
- libxcomposite1
Expand All @@ -557,6 +554,7 @@ parts:
- libxrender1
- libxrandr2
- libxtst6
- pipewire
cmake-generator: Ninja
cmake-parameters:
- -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 09bd953

Please sign in to comment.