From 431bcb680509946581d8e014066f5dad635c5ee0 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 4 Jun 2021 13:53:57 +0200 Subject: [PATCH] pw-uninstalled: set PKG_CONFIG_PATH --- pw-uninstalled.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pw-uninstalled.sh b/pw-uninstalled.sh index c75c47f5e..8cce374f2 100755 --- a/pw-uninstalled.sh +++ b/pw-uninstalled.sh @@ -47,6 +47,7 @@ export GST_PLUGIN_PATH="${BUILDDIR}/src/gst/${GST_PLUGIN_PATH+":${GST_PLUGIN_PAT export ACP_PATHS_DIR="${SCRIPT_DIR}/spa/plugins/alsa/mixer/paths" export ACP_PROFILES_DIR="${SCRIPT_DIR}/spa/plugins/alsa/mixer/profile-sets" export PW_UNINSTALLED=1 +export PKG_CONFIG_PATH="${BUILDDIR}/meson-uninstalled/:${PKG_CONFIG_PATH}" # FIXME: find a nice, shell-neutral way to specify a prompt ${SHELL}