summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/reference/protocols/facebook/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/protocols/facebook/meson.build b/doc/reference/protocols/facebook/meson.build
index 4108394dad..32cae7c38d 100644
--- a/doc/reference/protocols/facebook/meson.build
+++ b/doc/reference/protocols/facebook/meson.build
@@ -22,7 +22,7 @@ if get_option('doc')
'--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'),
+ '--add-include-path=@0@'.format(meson.global_build_root() / 'libpurple'),
'@INPUT1@'
],
depends: [ libpurple_gir[0] ],