diff --git a/docs/meson.build b/docs/meson.build index 2c8c08eae..67763e04c 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -1,4 +1,4 @@ -if get_option('docs') +if introspection.allowed() and get_option('docs') toml_conf = configuration_data() docgen_version = source_version if git.found() and source_version != fwupd_version