summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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(),
]
)