Skip to content

Commit

Permalink
Merge pull request #39 from seb128/stable-midi-support
Browse files Browse the repository at this point in the history
Use alsa plug to interact with MIDI devices
  • Loading branch information
bandali0 committed Dec 5, 2023
2 parents d75d6c0 + 4b48f29 commit 6790ed7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions snapcraft.yaml
Expand Up @@ -40,6 +40,7 @@ apps:
- dbus-daemon
- mpris
plugs:
- alsa
- audio-playback
- audio-record
- avahi-observe
Expand Down Expand Up @@ -112,6 +113,8 @@ plugs:
layout:
/usr/share/libdrm:
bind: $SNAP/gnome-platform/usr/share/libdrm
/usr/share/alsa:
bind: $SNAP/usr/share/alsa

parts:
rust:
Expand Down Expand Up @@ -434,6 +437,7 @@ parts:
mkdir $CRAFT_PART_INSTALL/{gnome-platform,data-dir,data-dir/{icons,sounds,themes}}
craftctl default
stage-packages:
- libasound2
- libcurl4
- libpci3
- libpipewire-0.3-0
Expand Down Expand Up @@ -472,6 +476,7 @@ parts:
- usr/lib/*/libXt.so.*
- usr/lib/*/pipewire-*
- usr/lib/*/spa-*
- usr/share/alsa
- usr/share/pipewire
# Workaround for LP: #2016358 (see the 'override-stage' above).
- gnome-platform
Expand Down

0 comments on commit 6790ed7

Please sign in to comment.