From 8784445eaeec08c0c1c5b5c04abe38d5d5bc53e5 Mon Sep 17 00:00:00 2001 From: James <16641-drjhe@users.noreply.gitlab.freedesktop.org> Date: Fri, 19 Feb 2021 16:18:48 +0000 Subject: [PATCH] Add run-pulse rule. Not sure if all env vars are needed here. --- Makefile.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile.in b/Makefile.in index 2b081a1b8..e068c633b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -19,6 +19,15 @@ run: all ACP_PROFILES_DIR=@SOURCE_ROOT@/spa/plugins/alsa/mixer/profile-sets \ $(DBG) @BUILD_ROOT@/src/daemon/pipewire -c pipewire-uninstalled.conf +run-pulse: all + SPA_PLUGIN_DIR=@BUILD_ROOT@/spa/plugins \ + PIPEWIRE_MODULE_DIR=@BUILD_ROOT@/src/modules/ \ + PATH=@BUILD_ROOT@/src/examples:$(PATH) \ + PIPEWIRE_CONFIG_DIR=@BUILD_ROOT@/src/daemon/ \ + ACP_PATHS_DIR=@SOURCE_ROOT@/spa/plugins/alsa/mixer/paths \ + ACP_PROFILES_DIR=@SOURCE_ROOT@/spa/plugins/alsa/mixer/profile-sets \ + $(DBG) @BUILD_ROOT@/src/daemon/pipewire-pulse -c pipewire-pulse.conf + gdb: $(MAKE) run DBG=gdb