libgnt/libgnt

Prepare the 2.14.1 release
release-2.x.y v2.14.1
2021-02-04, Gary Kramlich
0a44b1d01c41
Prepare the 2.14.1 release
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)