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.
This commit is contained in:
Marijn Suijten 2020-12-09 21:29:09 +01:00 committed by Wim Taymans
parent 990903ac8e
commit 580bdcd5bf

View file

@ -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