Skip to content
Snippets Groups Projects
Unverified Commit 11cc1df0 authored by Amin Bandali's avatar Amin Bandali
Browse files

packaging: fix alsa integration in the snap package

Change-Id: I9e8e666f09949d56c3c14c43b834f1d39c10c9db
parent 5ef67eea
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,8 @@ layout:
bind: $SNAP/gnome-platform/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/webkit2gtk-4.0
/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/alsa-lib:
bind: $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/alsa-lib
/usr/share/alsa:
bind: $SNAP/usr/share/alsa
/usr/local/share/jami-gnome:
bind: $SNAP/usr/share/jami-gnome
......@@ -120,6 +122,7 @@ apps:
- dbus-ring
- dbus-jamignome
plugs:
- alsa
- audio-playback
- audio-record
- browser-support
......@@ -193,6 +196,7 @@ parts:
stage-packages:
- libasound2
- libasound2-plugins
- yad
jami:
after: [alsa-mixin]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment