summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Sales de Andrade <qulogic@pidgin.im>2019-10-15 23:24:07 -0400
committerElliott Sales de Andrade <qulogic@pidgin.im>2019-10-15 23:24:07 -0400
commit1b6d4b3f6d0bc15a9d193bf5854bf96171739fa0 (patch)
tree0ba030e25ff864c8a8e91ad7cd518b52885cc761
parente01b8bf7a7d0d57884757cf90b6f5461324966af (diff)
downloadpidgin-1b6d4b3f6d0bc15a9d193bf5854bf96171739fa0.tar.gz
Forward doc option on to libgnt.
-rw-r--r--finch/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/finch/meson.build b/finch/meson.build
index 9be24039b2..05ea4fbd13 100644
--- a/finch/meson.build
+++ b/finch/meson.build
@@ -8,6 +8,7 @@ if get_option('consoleui')
else
libgnt_proj = subproject('libgnt',
default_options : [
+ 'doc=' + get_option('doc').to_string(),
'introspection=' + enable_introspection.to_string(),
]
)