Skip to content

Commit

Permalink
this works on my computer. Let's see if it works on the canonical cloud.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto committed Oct 1, 2018
1 parent 543b664 commit 7a576f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ parts:
- --disable-static
- LDFLAGS=-L$SNAPCRAFT_STAGE/usr/lib
organize:
snap/*/current/usr/lib/*: usr/lib/$SNAPCRAFT_ARCH_TRIPLET/
snap/*/current/usr/lib/*: usr/lib/
stage:
- lib
- usr/lib
Expand Down Expand Up @@ -204,7 +204,7 @@ parts:
ARCH="\$SNAP_ARCH-linux-gnu"
fi
export ALLEGRO_MODULES="\$SNAP/usr/lib/\$ARCH/allegro/4.4.2"
export LD_LIBRARY_PATH="\$SNAP/usr/lib/alsa-lib:\$SNAP/usr/lib/\$ARCH/alsa-lib:\$SNAP/usr/lib/\$ARCH/pulseaudio:\$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH="\$SNAP/usr/lib/alsa-lib:\$SNAP/usr/lib/\$ARCH/pulseaudio:\$LD_LIBRARY_PATH"
export ALSA_CONFIG_PATH="\$SNAP/usr/share/alsa/alsa.conf"
# Make PulseAudio socket available inside the snap-specific $XDG_RUNTIME_DIR
if [ -n "$XDG_RUNTIME_DIR" ]; then
Expand Down

0 comments on commit 7a576f8

Please sign in to comment.