summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2017-12-18 20:33:13 +0100
committerThomas Haller <thaller@redhat.com>2017-12-18 20:46:03 +0100
commitcc692a69760358968b250932891f9f61c8d5eac9 (patch)
tree2b9d423b4c1c5ab79b5671f0966469584be17f16 /clients
parent25d5384c307e150f423ec8ddc9906b64e77d0b12 (diff)
downloadNetworkManager-cc692a69760358968b250932891f9f61c8d5eac9.tar.gz
build: Remove documentation generation workarounds
Documentation was not working in meson due to problems with files generated in `libnm`. To avoid these problems, workarounds were used. This problems have been recently fixed so these workarounds are not necessary anymore. https://mail.gnome.org/archives/networkmanager-list/2017-December/msg00061.html
Diffstat (limited to 'clients')
-rw-r--r--clients/common/meson.build4
1 files changed, 1 insertions, 3 deletions
diff --git a/clients/common/meson.build b/clients/common/meson.build
index d74da1db72..861a4442f8 100644
--- a/clients/common/meson.build
+++ b/clients/common/meson.build
@@ -44,9 +44,7 @@ sources = shared_meta_setting + files(
settings_docs = 'settings-docs.c'
-# FIXME: there is a problem with the generated file
-#if enable_introspection
-if false
+if enable_introspection
settings_docs_source = custom_target(
settings_docs,
input: nm_property_docs,