qulogic/libgnt

Remove redefinition of G_GNUC_NULL_TERMINATED.
release-2.x.y
2019-05-14, Elliott Sales de Andrade
bdffa2282280
Remove redefinition of G_GNUC_NULL_TERMINATED.

This was added in GLib 2.8; we require 2.16.
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)