From 51cc5c328f8b288a59cf761afa084dafbdf74992 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 14 Jan 2021 13:28:23 +0100 Subject: [PATCH] pw-uninstalled: set config dir --- pw-uninstalled.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pw-uninstalled.sh b/pw-uninstalled.sh index e784a129a..d137232db 100755 --- a/pw-uninstalled.sh +++ b/pw-uninstalled.sh @@ -33,6 +33,7 @@ fi # the config file read by the daemon export PIPEWIRE_CONFIG_FILE="${BUILDDIR}/src/daemon/pipewire-uninstalled.conf" +export PIPEWIRE_CONFIG_DIR="src/daemon/" # the directory with SPA plugins export SPA_PLUGIN_DIR="${BUILDDIR}/spa/plugins" # the directory with pipewire modules