mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
adjust various data/library paths automatically if we are run from a build tree
This commit is contained in:
parent
a562978509
commit
8a2a6b2004
6 changed files with 59 additions and 7 deletions
|
|
@ -774,6 +774,8 @@ int main(int argc, char *argv[]) {
|
|||
pa_log_info(_("Using state directory %s."), s);
|
||||
pa_xfree(s);
|
||||
|
||||
pa_log_info(_("Using modules directory %s."), conf->dl_search_path);
|
||||
|
||||
pa_log_info(_("Running in system mode: %s"), pa_yes_no(pa_in_system_mode()));
|
||||
|
||||
if (pa_in_system_mode())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue