libgnt/libgnt

Prepare for the next round of development
release-2.x.y
5 months ago, Gary Kramlich
20f8c9dcfbed
Prepare for the next round of development

Testing Done:
Ran `meson dist`

Reviewed at https://reviews.imfreedom.org/r/2888/
plugindir = get_option('libdir') + '/gnt'
irssi = library('irssi', 'irssi.c',
dependencies : [ncurses, gobject, libgnt_dep],
name_prefix : '',
install : true, install_dir : plugindir)
s = library('s', 's.c',
dependencies : [ncurses, gobject, libgnt_dep],
name_prefix : '',
install : true, install_dir : plugindir)