1
Fork 0

Add run-pulse rule. Not sure if all env vars are needed here.

This commit is contained in:
James 2021-02-19 16:18:48 +00:00 committed by Wim Taymans
parent 293d9b3c5d
commit 8784445eae
1 changed files with 9 additions and 0 deletions

View File

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