pidgin/pidgin

Forward doc option on to libgnt.

2019-10-15, Elliott Sales de Andrade
c3c470f86872
Forward doc option on to libgnt.
--- 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(),
]
)