meson.build: rename build_docs to with_docs
Fix meson complaint. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
mans = ['compton.1', 'compton-trans.1']
|
||||
if get_option('build_docs')
|
||||
if get_option('with_docs')
|
||||
a2x = find_program('a2x')
|
||||
foreach m : mans
|
||||
custom_target(m, output: [m], input: [m+'.asciidoc'],
|
||||
|
Reference in New Issue
Block a user