libgnt/libgnt

Make doc/introspection options yield to parent.

2020-08-22, Elliott Sales de Andrade
d67ecd2b2223
Make doc/introspection options yield to parent.

This allows `meson -Ddoc=false` to automatically propagate from Pidgin to the libgnt subproject, without having to specify `-Dlibgnt:doc=false`.

Reviewed at https://reviews.imfreedom.org/r/85/
plugindir = get_option('libdir') / 'gnt3'
irssi = library('irssi', 'irssi.c',
dependencies : [ncurses, gobject, libgnt_dep],
name_prefix : '',
install : true, install_dir : plugindir)
s = library('s', 's.c',
dependencies : [ncurses, gobject, libgnt_dep],
name_prefix : '',
install : true, install_dir : plugindir)