summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index e84dd90d..c984cd5f 100644
--- a/meson.build
+++ b/meson.build
@@ -232,6 +232,7 @@ subdir('utils')
enable_gtk_doc = get_option('gtk_doc')
if enable_gtk_doc
+ assert(qmi_collection_name == 'full', 'Building documentation requires the \'full\' message collection.')
subdir('docs/reference/libqmi-glib')
endif