From b433a6920f35016b7444ef95edf8d1aac4ed18f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Fri, 4 Jun 2021 17:27:33 +0200 Subject: [PATCH] pw-uninstalled: override ALSA_PLUGIN_DIR --- pw-uninstalled.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pw-uninstalled.sh b/pw-uninstalled.sh index 2d3a282c1..5403bbe00 100755 --- a/pw-uninstalled.sh +++ b/pw-uninstalled.sh @@ -46,6 +46,9 @@ export GST_PLUGIN_PATH="${BUILDDIR}/src/gst/${GST_PLUGIN_PATH+":${GST_PLUGIN_PAT # the directory with card profiles and paths export ACP_PATHS_DIR="${SCRIPT_DIR}/spa/plugins/alsa/mixer/paths" export ACP_PROFILES_DIR="${SCRIPT_DIR}/spa/plugins/alsa/mixer/profile-sets" +# ALSA plugin directory +export ALSA_PLUGIN_DIR="${BUILDDIR}/pipewire-alsa/alsa-plugins" + export PW_UNINSTALLED=1 export PKG_CONFIG_PATH="${BUILDDIR}/meson-uninstalled/:${PKG_CONFIG_PATH}"