mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
alsa: Fix mixer path when running from build tree
The mixer paths are not available in ${builddir} - we need to look in
${srcdir}. This should fix running an in-tree build without make install
as well as alsa-mixer-path-test in make distcheck.
Since the most straightforward way to define PA_SRCDIR was in
Makefile.am, I'm moving PA_BUILDDIR there as well for consistency.
This commit is contained in:
parent
ae559c0724
commit
11d8da83d4
4 changed files with 5 additions and 5 deletions
|
|
@ -1239,8 +1239,6 @@ AC_SUBST(PA_SOEXT, [.so])
|
|||
AC_SUBST(pulseconfdir, ["${sysconfdir}/pulse"])
|
||||
AX_DEFINE_DIR(PA_DEFAULT_CONFIG_DIR, pulseconfdir, [Location of configuration files])
|
||||
|
||||
AC_DEFINE_UNQUOTED(PA_BUILDDIR, "${ac_pwd}/src", [Location of uninstalled binaries])
|
||||
|
||||
#### Mac OSX specific stuff #####
|
||||
|
||||
AC_ARG_ENABLE(mac-universal,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue