summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorIgor V. Kovalenko <igor.v.kovalenko@gmail.com>2021-04-18 13:13:52 +0300
committerPulseAudio Marge Bot <pulseaudio-maintainers@lists.freedesktop.org>2021-04-19 18:48:59 +0000
commit424580a9016419be64837747c0ab2061e5252a18 (patch)
treeb35046108112b0ddee82680ddf6020c8c7bc297d /meson_options.txt
parent1a73fb9eb9851d00e2907a3dbd50d8dfb5e173b2 (diff)
build-sys: meson: allow building client libraries only
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/540>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index e2d08becd..6be586452 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,3 +1,6 @@
+option('daemon',
+ type : 'boolean', value : true,
+ description : 'Enable building and installation of pulseaudio daemon and supporting configuration files')
option('gcov',
type : 'boolean', value : false,
description : 'Enable optional gcov coverage analysis')