projects
/
platform
/
upstream
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5bc45a
)
meson: Build daemon custom targets by default
author
Arnaud Rebillout
<arnaud.rebillout@collabora.com>
Mon, 26 Nov 2018 08:33:13 +0000
(15:33 +0700)
committer
Arun Raghavan
<arun@arunraghavan.net>
Sat, 8 Jun 2019 09:57:00 +0000
(11:57 +0200)
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
src/daemon/meson.build
patch
|
blob
|
history
diff --git
a/src/daemon/meson.build
b/src/daemon/meson.build
index b1a34541b0dbe3fe11c055adc98ccaf5d8684959..f4be8fd7cad1881a942e869f0cd113b3225b98d0 100644
(file)
--- a/
src/daemon/meson.build
+++ b/
src/daemon/meson.build
@@
-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,
)