summaryrefslogtreecommitdiff
path: root/pw-uninstalled.sh
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2020-07-28 12:30:32 +0200
committerWim Taymans <wtaymans@redhat.com>2020-07-28 12:30:32 +0200
commit154f981f97e8fe1abb471c6f3ef7d2a40f41b59f (patch)
tree78a12324766fb10119f2178d9a5f3c4d7226a1cf /pw-uninstalled.sh
parenta2de3b0873aade6b3c497112a6a9cddac342063c (diff)
Add mixer paths and profile-sets as well
So we don't have to rely on pulseaudio installed ones
Diffstat (limited to 'pw-uninstalled.sh')
-rwxr-xr-xpw-uninstalled.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/pw-uninstalled.sh b/pw-uninstalled.sh
index 5bfcfa6a..eb2a4cf6 100755
--- a/pw-uninstalled.sh
+++ b/pw-uninstalled.sh
@@ -37,6 +37,8 @@ export PIPEWIRE_MODULE_DIR="${BUILDDIR}/src/modules"
export PATH="${BUILDDIR}/src/daemon:${BUILDDIR}/src/tools:${BUILDDIR}/src/examples:${PATH}"
export LD_LIBRARY_PATH="${BUILDDIR}/pipewire-pulseaudio/src/:${BUILDDIR}/src/pipewire/:${BUILDDIR}/pipewire-jack/src/${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"}"
export GST_PLUGIN_PATH="${BUILDDIR}/src/gst/${GST_PLUGIN_PATH+":${GST_PLUGIN_PATH}"}"
+export ACP_PATHS_DIR=${PWD}"/spa/plugins/alsa/mixer/paths"
+export ACP_PROFILES_DIR=${PWD}"/spa/plugins/alsa/mixer/profile-sets"
# FIXME: find a nice, shell-neutral way to specify a prompt
${SHELL}