mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-23 06:59:53 -05:00
enable module-hal-detect in the default configuration file only if HAL support is enabled (closes #30)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1401 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
bf83a961d5
commit
f1021b9e0b
2 changed files with 5 additions and 3 deletions
|
|
@ -1295,7 +1295,9 @@ default.pa: daemon/default.pa.win32
|
|||
cp $< $@
|
||||
else
|
||||
default.pa: daemon/default.pa.in Makefile
|
||||
sed -e 's,@PA_BINARY\@,$(PA_BINARY),g' < $< > $@
|
||||
sed -e 's,@PA_BINARY\@,$(PA_BINARY),g' \
|
||||
-e 's,@HAVE_HAL_TRUE\@,@HAVE_HAL_TRUE@,g' \
|
||||
-e 's,@HAVE_HAL_FALSE\@,@HAVE_HAL_FALSE@,g' < $< > $@
|
||||
endif
|
||||
|
||||
daemon.conf: daemon/daemon.conf.in Makefile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue