libgnt/libgnt

d72061c0dbf3
Setup the devenv and bump the meson requirement to 0.58.0

Testing Done:
changed some colorpairs in `build/config/gnt/gntrc` to verify that it was loading that file.

Reviewed at https://reviews.imfreedom.org/r/1571/
plugindir = get_option('libdir') / 'gnt3'
irssi = library('irssi', 'irssi.c',
c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="Gnt-IRSSI"'],
dependencies : [ncurses, gobject, libgnt_dep],
name_prefix : '',
install : true, install_dir : plugindir)
s = library('s', 's.c',
c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="Gnt-S"'],
dependencies : [ncurses, gobject, libgnt_dep],
name_prefix : '',
install : true, install_dir : plugindir)