From 580bdcd5bff74de7e69c72a536bc876659ac64ba Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Wed, 9 Dec 2020 21:29:09 +0100 Subject: [PATCH] Makefile.in: Point PIPEWIRE_CONFIG_DIR to source directory Config files read from this variable - currently only media-session.d - do not get copied to the build directory but are only ever copied during install. In order to have media-session.d/with-pulseaudio detected when `make run`'ing from the build directory PIPEWIRE_CONFIG_DIR must point to the source directory containing these files. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 91e4deaa9..c9b2df02f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -15,7 +15,7 @@ run: all PIPEWIRE_MODULE_DIR=@BUILD_ROOT@/src/modules/ \ PATH=@BUILD_ROOT@/src/examples:$(PATH) \ PIPEWIRE_CONFIG_FILE=@BUILD_ROOT@/src/daemon/pipewire-uninstalled.conf \ - PIPEWIRE_CONFIG_DIR=@BUILD_ROOT@/src/daemon/ \ + PIPEWIRE_CONFIG_DIR=@SOURCE_ROOT@/src/daemon/ \ ACP_PATHS_DIR=@SOURCE_ROOT@/spa/plugins/alsa/mixer/paths \ ACP_PROFILES_DIR=@SOURCE_ROOT@/spa/plugins/alsa/mixer/profile-sets \ $(DBG) @BUILD_ROOT@/src/daemon/pipewire