mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson: create soft link for 'pipewire-uninstalled', fix gdb target in Makefile
This commit is contained in:
parent
a9c247bdab
commit
762663e74e
2 changed files with 13 additions and 3 deletions
|
|
@ -17,7 +17,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 \
|
||||
$(DBG) @BUILD_ROOT@/src/daemon/pipewire -c pipewire-uninstalled.conf
|
||||
$(DBG) @BUILD_ROOT@/src/daemon/pipewire-uninstalled
|
||||
|
||||
run-pulse: all
|
||||
SPA_PLUGIN_DIR=@BUILD_ROOT@/spa/plugins \
|
||||
|
|
@ -25,7 +25,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 \
|
||||
$(DBG) @BUILD_ROOT@/src/daemon/pipewire-pulse -c pipewire-pulse.conf
|
||||
$(DBG) @BUILD_ROOT@/src/daemon/pipewire-pulse
|
||||
|
||||
gdb:
|
||||
$(MAKE) run DBG=gdb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue