mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
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:
parent
b04552b252
commit
d1162f28ef
4 changed files with 10 additions and 3 deletions
|
|
@ -31,7 +31,7 @@ if [ ! -d ${BUILDDIR} ]; then
|
|||
exit -1
|
||||
fi
|
||||
|
||||
export PIPEWIRE_CONFIG_FILE="${BUILDDIR}/src/daemon/pipewire.conf"
|
||||
export PIPEWIRE_CONFIG_FILE="${BUILDDIR}/src/daemon/pipewire-uninstalled.conf"
|
||||
export SPA_PLUGIN_DIR="${BUILDDIR}/spa/plugins"
|
||||
export PIPEWIRE_MODULE_DIR="${BUILDDIR}/src/modules"
|
||||
export PATH="${BUILDDIR}/src/daemon:${BUILDDIR}/src/tools:${BUILDDIR}/src/examples:${PATH}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue