mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
meson: Build daemon custom targets by default
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
f5bc45a941
commit
52bf9e9b84
1 changed files with 3 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ custom_target('daemon.conf',
|
|||
output : 'daemon.conf',
|
||||
capture : true,
|
||||
command : [m4, '@INPUT@'],
|
||||
build_by_default : true,
|
||||
install : true,
|
||||
install_dir : pulsesysconfdir,
|
||||
)
|
||||
|
|
@ -102,6 +103,7 @@ custom_target('default.pa',
|
|||
output : 'default.pa',
|
||||
capture : true,
|
||||
command : [m4, '@INPUT@'],
|
||||
build_by_default : true,
|
||||
install : true,
|
||||
install_dir : pulsesysconfdir,
|
||||
)
|
||||
|
|
@ -122,6 +124,7 @@ custom_target('system.pa',
|
|||
output : 'system.pa',
|
||||
capture : true,
|
||||
command : [m4, '@INPUT@'],
|
||||
build_by_default : true,
|
||||
install : true,
|
||||
install_dir : pulsesysconfdir,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue