Meson: Add missing options and conform to naming guidelines

https://bugzilla.gnome.org/show_bug.cgi?id=790837
This commit is contained in:
Xavier Claessens
2017-11-28 10:44:04 -05:00
parent 8e91aaed79
commit 62c4768423
8 changed files with 162 additions and 61 deletions

View File

@@ -1,4 +1,4 @@
if get_option('with-docs') != 'no'
if get_option('gtk_doc')
subdir('xml')
ignore_headers = [
@@ -109,7 +109,7 @@ if get_option('with-docs') != 'no'
)
endif
if get_option('with-man') != 'no' and xsltproc.found()
if get_option('man')
manpages = ['glib-mkenums', 'glib-genmarshal', 'gobject-query']
foreach page : manpages
custom_target(page + '-man',