Permalink
Browse files

Add pulseaudio private lib to LD_LIBRARY_PATH

Fixes #37.
  • Loading branch information...
1 parent 60eb4e9 commit 82ebfb53afa897f32ac029fd46fe4b7453319037 @didrocks didrocks committed Feb 9, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 common/desktop-exports
View
@@ -34,7 +34,7 @@ export MIR_CLIENT_PLATFORM_PATH=$RUNTIME/usr/lib/$ARCH/mir/client-platform
export MIR_SOCKET=/run/user/$(id -u)/mir_socket
# Pulseaudio export
-##export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$RUNTIME/usr/lib/$ARCH/pulseaudio
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$RUNTIME/usr/lib/$ARCH/pulseaudio
# Tell GStreamer where to find its system plugins
export GST_PLUGIN_SYSTEM_PATH=$RUNTIME/usr/lib/$ARCH/gstreamer-1.0

0 comments on commit 82ebfb5

Please sign in to comment.