Update snapcraft.yml
This commit is contained in:
parent
73f3378f5f
commit
3e618810a4
|
@ -10,7 +10,7 @@ confinement: strict
|
|||
|
||||
apps:
|
||||
reicast:
|
||||
command: desktop-launch $SNAP/bin/reicast
|
||||
command: desktop-launch pulse-launch alsa-launch $SNAP/bin/reicast
|
||||
plugs: [home, alsa, pulseaudio, opengl, x11, joystick, unity7]
|
||||
desktop: share/applications/reicast.desktop
|
||||
joyconfig:
|
||||
|
@ -40,4 +40,4 @@ parts:
|
|||
- pkg-config
|
||||
stage-packages:
|
||||
- libevdev2
|
||||
after: [desktop-gtk2]
|
||||
after: [desktop-gtk2, alsa]
|
||||
|
|
Loading…
Reference in New Issue