build/linux: Add MIDI (ALSA) support to Snap package
This commit is contained in:
parent
2c8548e111
commit
ca20e2a341
1 changed files with 5 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ apps:
|
|||
- home
|
||||
- network
|
||||
- removable-media
|
||||
- alsa
|
||||
- intel-npu
|
||||
- npu-libs
|
||||
- gimp-plugins
|
||||
|
|
@ -53,6 +54,9 @@ layout:
|
|||
bind: $SNAP/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/babl-0.1
|
||||
/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/gegl-0.4:
|
||||
bind: $SNAP/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/gegl-0.4
|
||||
#MIDI support
|
||||
/usr/share/alsa:
|
||||
bind: $SNAP/gnome-platform/usr/share/alsa
|
||||
|
||||
slots:
|
||||
dbus-gimp:
|
||||
|
|
@ -184,6 +188,7 @@ parts:
|
|||
- flex
|
||||
- libaa1-dev #FIXME: https://github.com/ubuntu/gnome-sdk/issues/322
|
||||
- libarchive-dev #FIXME: https://github.com/ubuntu/gnome-sdk/issues/318
|
||||
- libasound2-dev #FIXME: https://github.com/ubuntu/gnome-sdk/issues/355
|
||||
- libcfitsio-dev #FIXME: https://github.com/ubuntu/gnome-sdk/issues/320
|
||||
- libexpat1-dev #it is on Gnome SDK Snap but inexplicably the linker can't find it
|
||||
- libgexiv2-dev
|
||||
|
|
|
|||
Loading…
Reference in a new issue