mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-24 06:59:57 -05:00
Find modules and config files relative to the installed libraries.
Do not use replace %PULSE_ROOT% from the environment.
This commit is contained in:
parent
8852b80df8
commit
eb833da570
5 changed files with 67 additions and 86 deletions
|
|
@ -37,11 +37,7 @@ dbuspolicydir=$(sysconfdir)/dbus-1/system.d
|
|||
###################################
|
||||
|
||||
PA_BINARY=$(bindir)/pulseaudio$(EXEEXT)
|
||||
if OS_IS_WIN32
|
||||
PA_DEFAULT_CONFIG_DIR=%PULSE_ROOT%
|
||||
else
|
||||
PA_DEFAULT_CONFIG_DIR=$(pulseconfdir)
|
||||
endif
|
||||
|
||||
###################################
|
||||
# Compiler/linker flags #
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue