summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-09-18 14:56:59 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-09-19 16:03:32 +0200
commit84701c049cfed8a8cf8a841100b6ce8b6be0d46e (patch)
tree62755c00d9f46f160472dee5322580288753b954
parent19a718bc13824eae925ece55d04ebc07cd00cf62 (diff)
downloadNetworkManager-84701c049cfed8a8cf8a841100b6ce8b6be0d46e.tar.gz
build: meson: GTK documentation requires introspection
-rw-r--r--meson.build5
1 files 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