libgnt/libgnt

Add an option to disable building the docs
release-2.x.y
2021-09-25, Helmut Grohne
2374624f79fe
Add an option to disable building the docs

Testing Done:
Built with the option on and off.

Bugs closed: LIBGNT-17

Reviewed at https://reviews.imfreedom.org/r/945/
foreach prog : ['combo', 'focus', 'tv', 'multiwin', 'keys', 'menu', 'parse']
executable(prog,
prog + '.c',
c_args : '-DSTANDALONE',
dependencies : [libgnt_dep, gobject, gmodule],
build_by_default : false)
endforeach
shared_library('wm',
'wm.c',
name_prefix : '',
dependencies : [libgnt_dep, gobject, gmodule],
build_by_default : false)