From 84701c049cfed8a8cf8a841100b6ce8b6be0d46e Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Tue, 18 Sep 2018 14:56:59 +0200 Subject: [PATCH] build: meson: GTK documentation requires introspection --- meson.build | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index 2850d75a9d..8d6fa031f0 100644 --- a/meson.build +++ b/meson.build @@ -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