summaryrefslogtreecommitdiff
path: root/doc/reference/protocols/facebook/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reference/protocols/facebook/meson.build')
-rw-r--r--doc/reference/protocols/facebook/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/reference/protocols/facebook/meson.build b/doc/reference/protocols/facebook/meson.build
index 007ae7b8f4..4108394dad 100644
--- a/doc/reference/protocols/facebook/meson.build
+++ b/doc/reference/protocols/facebook/meson.build
@@ -21,8 +21,11 @@ if get_option('doc')
'--output-dir=@OUTPUT@',
'--no-namespace-dir',
'--content-dir=@0@'.format(meson.current_source_dir()),
+ '--add-include-path=@0@'.format(meson.global_build_root() / 'subprojects/gplugin/gplugin'),
+ '--add-include-path=@0@'.format(meson.build_root() / 'libpurple'),
'@INPUT1@'
],
+ depends: [ libpurple_gir[0] ],
depend_files : [ facebook_doc_content_files ],
build_by_default : true,
install : true,