mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-28 05:40:26 -04:00
Makefile: Fix up shell/run rules
This commit is contained in:
parent
31069b2626
commit
a4148c80b4
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ run: all
|
|||
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 \
|
||||
PIPEWIRE_LOG_SYSTEMD=false
|
||||
PIPEWIRE_LOG_SYSTEMD=false \
|
||||
$(DBG) $(BUILD_ROOT)/src/daemon/pipewire-uninstalled
|
||||
|
||||
run-pulse: all
|
||||
|
|
@ -33,7 +33,7 @@ run-pulse: all
|
|||
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 \
|
||||
PIPEWIRE_LOG_SYSTEMD=false
|
||||
PIPEWIRE_LOG_SYSTEMD=false \
|
||||
$(DBG) $(BUILD_ROOT)/src/daemon/pipewire-pulse
|
||||
|
||||
gdb:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue