libgnt/libgnt

925328c4d988
Fix up some of the debian packaging with special thanks to hlieberman

Testing Done:
Build and installed in a container without issue.

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