build: meson: GTK documentation requires introspection

This commit is contained in:
Beniamino Galvani 2018-09-18 14:56:59 +02:00
parent 19a718bc13
commit 84701c049c

View file

@ -864,11 +864,10 @@ if enable_qt
endif
enable_docs = get_option('docs')
if enable_docs
assert(enable_introspection, '-Ddocs=true requires -Dintrospection=true')
subdir('man')
#assert(enable_introspection, '-Dgtk_doc=true requires -Dintrospection=true')
subdir('docs')
endif