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/
foreach prog : ['combo', 'focus', 'tv', 'multiwin', 'keys', 'menu', 'parse']
executable(prog,
prog + '.c',
c_args : '-DSTANDALONE',
dependencies : [libgnt_dep, gobject, gmodule])
endforeach
shared_library('wm',
'wm.c',
name_prefix : '',
dependencies : [libgnt_dep, gobject, gmodule])