diff -r 099e1c9bfac3 -r c3c470f86872 finch/meson.build --- a/finch/meson.build Tue Oct 15 04:05:27 2019 +0000 +++ b/finch/meson.build Tue Oct 15 23:24:07 2019 -0400 @@ -8,6 +8,7 @@ else libgnt_proj = subproject('libgnt', default_options : [ + 'doc=' + get_option('doc').to_string(), 'introspection=' + enable_introspection.to_string(), ] )