pipewire.conf.in: use absolute path to pipewire-media-session

So pipewire daemon is able to find pipewire-media-session from the
location it's installed to, even when it's not in $PATH.

For the `pw-ininstalled.sh` and `make run` invocations, provide a
`src/daemon/pipewire-uninstalled.conf` that still uses the relative
path, but isn't installed.
This commit is contained in:
Florian Klink 2020-06-06 10:23:58 +02:00 committed by Wim Taymans
parent b04552b252
commit d1162f28ef
4 changed files with 10 additions and 3 deletions

View file

@ -14,7 +14,7 @@ run: all
SPA_PLUGIN_DIR=@BUILD_ROOT@/spa/plugins \
PIPEWIRE_MODULE_DIR=@BUILD_ROOT@ \
PATH=@BUILD_ROOT@/src/examples:$(PATH) \
PIPEWIRE_CONFIG_FILE=@BUILD_ROOT@/src/daemon/pipewire.conf \
PIPEWIRE_CONFIG_FILE=@BUILD_ROOT@/src/daemon/pipewire-uninstalled.conf \
$(DBG) @BUILD_ROOT@/src/daemon/pipewire
gdb: