mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
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:
parent
990903ac8e
commit
580bdcd5bf
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ run: all
|
||||||
PIPEWIRE_MODULE_DIR=@BUILD_ROOT@/src/modules/ \
|
PIPEWIRE_MODULE_DIR=@BUILD_ROOT@/src/modules/ \
|
||||||
PATH=@BUILD_ROOT@/src/examples:$(PATH) \
|
PATH=@BUILD_ROOT@/src/examples:$(PATH) \
|
||||||
PIPEWIRE_CONFIG_FILE=@BUILD_ROOT@/src/daemon/pipewire-uninstalled.conf \
|
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_PATHS_DIR=@SOURCE_ROOT@/spa/plugins/alsa/mixer/paths \
|
||||||
ACP_PROFILES_DIR=@SOURCE_ROOT@/spa/plugins/alsa/mixer/profile-sets \
|
ACP_PROFILES_DIR=@SOURCE_ROOT@/spa/plugins/alsa/mixer/profile-sets \
|
||||||
$(DBG) @BUILD_ROOT@/src/daemon/pipewire
|
$(DBG) @BUILD_ROOT@/src/daemon/pipewire
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue