wms/meson.build

Sun, 19 May 2019 02:50:51 -0400

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Sun, 19 May 2019 02:50:51 -0400
changeset 1320
93fc8c41ded2
parent 1113
b23c3cab1b40
child 1375
8672fda6d081
permissions
-rw-r--r--

Fix incorrect Since tags.

Anything on default-only would never have gone out in 2.8.0; update them to
3.0.0.

plugindir = get_option('libdir') + '/gnt3'

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)

mercurial