meson.build: rename build_docs to with_docs
Fix meson complaint. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ option('dbus', type: 'boolean', value: true, description: 'Enable support for D-
|
||||
|
||||
option('xrescheck', type: 'boolean', value: false, description: 'Enable X resource leak checker (for debug only)')
|
||||
|
||||
option('build_docs', type: 'boolean', value: false, description: 'Build documentation and man pages')
|
||||
option('with_docs', type: 'boolean', value: false, description: 'Build documentation and man pages')
|
||||
|
||||
option('modularize', type: 'boolean', value: false, description: 'Build with clang\'s module system')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user