Don't log to systemd during development

Can get a bit spammy if we're doing verbose logging.
This commit is contained in:
Arun Raghavan 2025-04-18 11:47:34 -04:00
parent ebe9381236
commit 31069b2626
3 changed files with 4 additions and 0 deletions

View file

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