diff options
author | Arnaud Rebillout <arnaud.rebillout@collabora.com> | 2018-11-05 12:03:03 +0700 |
---|---|---|
committer | Arun Raghavan <arun@arunraghavan.net> | 2019-06-08 11:57:00 +0200 |
commit | 6826c60da5d1eee203ffe5d6b239838972678828 (patch) | |
tree | e5867bd1ee412cc2b10ac1db58d201d5523f8c96 /meson_options.txt | |
parent | 8d241d62c52c6621c9996c2ac74a8dd9741a7489 (diff) | |
download | pulseaudio-6826c60da5d1eee203ffe5d6b239838972678828.tar.gz |
meson: Make man page build and install conditional
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index fadd587f1..d2a7155b7 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,3 +1,6 @@ +option('man', + type : 'boolean', + description : 'Enable building and installation of man pages') option('tests', type : 'boolean', description : 'Enable unit tests') |