qulogic/libgnt

Add a gntversion header.

2018-11-22, Elliott Sales de Andrade
cfde50942723
Add a gntversion header.

I'd prefer to use configuration_data.merge_from and not bother with the
template, but we don't depend on meson 0.42.0 yet.
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)