mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Don't log to systemd during development
Can get a bit spammy if we're doing verbose logging.
This commit is contained in:
parent
ebe9381236
commit
31069b2626
3 changed files with 4 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ export ALSA_PLUGIN_DIR="${BUILDDIR}/pipewire-alsa/alsa-plugins"
|
|||
export PW_BUILDDIR=$BUILDDIR
|
||||
export PW_UNINSTALLED=1
|
||||
export PKG_CONFIG_PATH="${BUILDDIR}/meson-uninstalled/:${PKG_CONFIG_PATH}"
|
||||
export PIPEWIRE_LOG_SYSTEMD=false
|
||||
|
||||
if [ -d "${BUILDDIR}/subprojects/wireplumber" ]; then
|
||||
# FIXME: find a nice, shell-neutral way to specify a prompt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue