meson: Make man page build and install conditional

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2018-11-05 12:03:03 +07:00 committed by Arun Raghavan
parent 8d241d62c5
commit 6826c60da5
3 changed files with 11 additions and 8 deletions

View file

@ -1,3 +1,6 @@
option('man',
type : 'boolean',
description : 'Enable building and installation of man pages')
option('tests',
type : 'boolean',
description : 'Enable unit tests')