summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2021-09-24 02:56:53 -0500
committerGary Kramlich <grim@reaperworld.com>2021-09-24 02:56:53 -0500
commit7dba4638acac2e93aa9d12ab00cd7e4bbac331d8 (patch)
tree9e3570628bd588a81115ab9816f6f36548c2517d /doc
parent967a370384f1e9b96551c26f3e906a043084e7f4 (diff)
downloadpidgin-7dba4638acac2e93aa9d12ab00cd7e4bbac331d8.tar.gz
Convert the gplugin subproject to use the auto fallback stuff of dependency.
Testing Done: Verified the the purples gir's loaded and were able to call into gplugin under python, when built as a subproject and against a system installed version. Reviewed at https://reviews.imfreedom.org/r/937/
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/libpurple/meson.build1
-rw-r--r--doc/reference/pidgin/meson.build1
2 files changed, 0 insertions, 2 deletions
diff --git a/doc/reference/libpurple/meson.build b/doc/reference/libpurple/meson.build
index cc7e8ca927..ab77378186 100644
--- a/doc/reference/libpurple/meson.build
+++ b/doc/reference/libpurple/meson.build
@@ -31,7 +31,6 @@ mkdb_args = [
# Extra options to supply to gtkdoc-fixxref
fixxref_args = [
- '--extra-dir=@0@'.format(gplugin_docpath),
]
libpurple_version_xml = configure_file(
diff --git a/doc/reference/pidgin/meson.build b/doc/reference/pidgin/meson.build
index c6f1541673..fb8aad32bd 100644
--- a/doc/reference/pidgin/meson.build
+++ b/doc/reference/pidgin/meson.build
@@ -26,7 +26,6 @@ mkdb_args = [
# Extra options to supply to fixxref
fixxref_args = [
- '--extra-dir=@0@'.format(gplugin_gtk_docpath),
'--extra-dir=@0@'.format(talkatu_docpath),
'--extra-dir=../libpurple',
]