meson: add switch to disable docs
the make build system can do this too. Change-Id: I8c07d159cab54a8749c50dc33615f60bd251a86d
This commit is contained in:
@@ -46,3 +46,7 @@ option('state-dir', type : 'string', value : '/nix/var',
|
||||
option('log-dir', type : 'string', value : '/nix/var/log',
|
||||
description : 'path to store logs in for Nix',
|
||||
)
|
||||
|
||||
option('enable-docs', type : 'boolean', value : true,
|
||||
description : 'whether to build documentation',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user