mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
make daemon.conf/client.conf autogenerated
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@211 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
63b35d002a
commit
24f3781507
3 changed files with 9 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ AM_CFLAGS+=-DPOLYPAUDIO_BINARY=\"$(bindir)/polypaudio\"
|
|||
AM_LDADD=$(PTHREAD_LIBS) -lm
|
||||
AM_LIBADD=$(PTHREAD_LIBS) -lm
|
||||
|
||||
EXTRA_DIST = default.pa daemon.conf client.conf config depmod.py esdcompat.sh.in
|
||||
EXTRA_DIST = default.pa daemon.conf.in client.conf.in config depmod.py esdcompat.sh.in
|
||||
bin_PROGRAMS = polypaudio pacat pactl
|
||||
bin_SCRIPTS = esdcompat.sh
|
||||
noinst_PROGRAMS = \
|
||||
|
|
@ -541,6 +541,13 @@ esdcompat.sh: esdcompat.sh.in Makefile
|
|||
sed -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' \
|
||||
-e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g' \
|
||||
-e 's,@POLYPAUDIO_BINARY\@,$(bindir)/polypaudio,g' < $< > $@
|
||||
|
||||
client.conf: client.conf.in Makefile
|
||||
sed -e 's,@POLYPAUDIO_BINARY\@,$(bindir)/polypaudio,g' < $< > $@
|
||||
|
||||
daemon.conf: daemon.conf.in Makefile
|
||||
sed -e 's,@DLSEARCHPATH\@,$(modlibdir),g' \
|
||||
-e 's,@DEFAULT_CONFIG_FILE\@,$(polypconfdir)/daemon.conf,g' < $< > $@
|
||||
|
||||
install-exec-hook:
|
||||
chown root:root $(DESTDIR)$(bindir)/polypaudio
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
## commented out. Use either ; or # for commenting
|
||||
|
||||
## Path to the polypaudio daemon to run when autospawning.
|
||||
; daemon_binary = @POLYPAUDIO_BINARY
|
||||
; daemon_binary = @POLYPAUDIO_BINARY@
|
||||
|
||||
## Extra arguments to pass to the polypaudio daemon
|
||||
; extra_arguments = --daemonize=yes --log-target=syslog
|
||||
Loading…
Add table
Add a link
Reference in a new issue