meson: Build daemon custom targets by default

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2018-11-26 15:33:13 +07:00 committed by Arun Raghavan
parent f5bc45a941
commit 52bf9e9b84

View file

@ -81,6 +81,7 @@ custom_target('daemon.conf',
output : 'daemon.conf', output : 'daemon.conf',
capture : true, capture : true,
command : [m4, '@INPUT@'], command : [m4, '@INPUT@'],
build_by_default : true,
install : true, install : true,
install_dir : pulsesysconfdir, install_dir : pulsesysconfdir,
) )
@ -102,6 +103,7 @@ custom_target('default.pa',
output : 'default.pa', output : 'default.pa',
capture : true, capture : true,
command : [m4, '@INPUT@'], command : [m4, '@INPUT@'],
build_by_default : true,
install : true, install : true,
install_dir : pulsesysconfdir, install_dir : pulsesysconfdir,
) )
@ -122,6 +124,7 @@ custom_target('system.pa',
output : 'system.pa', output : 'system.pa',
capture : true, capture : true,
command : [m4, '@INPUT@'], command : [m4, '@INPUT@'],
build_by_default : true,
install : true, install : true,
install_dir : pulsesysconfdir, install_dir : pulsesysconfdir,
) )