summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@collabora.co.uk>2018-09-13 19:31:52 -0400
committerZeeshan Ali <zeenix@collabora.co.uk>2018-09-13 19:33:51 -0400
commit022455d8f841c0420dad3f1aa5c1cff3a1ba7613 (patch)
tree2605514ac3bbb6945bdf012496ef2b4a7ab649ca
parent87e60ed97843f1a59db46c320aa048cb064a0f08 (diff)
downloadgeoclue-022455d8f841c0420dad3f1aa5c1cff3a1ba7613.tar.gz
docs: Add dep on agent sources
Docs need the generated agent docs and they are generated at the same time as the agent sources so not depending on them means, docs fail to build if they are built before the agent sources: ERROR: 'gtkdoc-mkhtml' failed with status 6 warning: failed to load external entity "../../src/agent/docs-org.freedesktop.GeoClue2.Agent.xml" ../geoclue-docs.xml:80: element include: XInclude error : could not load ../../src/agent/docs-org.freedesktop.GeoClue2.Agent.xml, and no fallback was found
-rw-r--r--docs/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/meson.build b/docs/meson.build
index e7a6a32..ebd49ea 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -9,7 +9,8 @@ version_file = configure_file(output: 'version.xml',
configuration: conf)
content_files = [ '../COPYING',
- dbus_gen_src ]
+ dbus_gen_src,
+ libgeoclue_agent_sources ]
scan_options = [ '--ignore-headers=config.h',
'--rebuild-sections',
'--rebuild-types' ]