mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pwtest/Makefile: set SPA_DATA_DIR
This commit is contained in:
parent
581f6c7f1d
commit
a7bd52d07d
2 changed files with 5 additions and 0 deletions
|
|
@ -731,6 +731,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, "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