libgnt/libgnt

Prepare for the 2.14.4 release
release-2.x.y v2.14.4
6 months ago, Gary Kramlich
17a641c949d6
Prepare for the 2.14.4 release

Testing Done:
Ran `meson dist` without issue.

Reviewed at https://reviews.imfreedom.org/r/2886/
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)