mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
SPA_DATA_DIR is the source root when uninstalled
Add some more error logging to bluez5 quirk loading.
This commit is contained in:
parent
186d0a783e
commit
b868ec36c5
3 changed files with 9 additions and 7 deletions
|
|
@ -804,7 +804,7 @@ static void set_test_env(struct pwtest_context *ctx, struct pwtest_test *t)
|
|||
replace_env(t, "TMPDIR", xdg_runtime_dir);
|
||||
|
||||
replace_env(t, "SPA_PLUGIN_DIR", BUILD_ROOT "/spa/plugins");
|
||||
replace_env(t, "SPA_DATA_DIR", BUILD_ROOT "/spa/plugins");
|
||||
replace_env(t, "SPA_DATA_DIR", SOURCE_ROOT "/spa/plugins");
|
||||
replace_env(t, "PIPEWIRE_CONFIG_DIR", BUILD_ROOT "/src/daemon");
|
||||
replace_env(t, "PIPEWIRE_MODULE_DIR", BUILD_ROOT "/src/modules");
|
||||
replace_env(t, "ACP_PATHS_DIR", SOURCE_ROOT "/spa/plugins/alsa/mixer/paths");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue