wms/meson.build

Tue, 21 Jul 2020 21:22:42 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Tue, 21 Jul 2020 21:22:42 -0500
branch
release-2.x.y
changeset 1395
e4311908a44f
parent 1155
4b61a94048af
child 1113
b23c3cab1b40
permissions
-rw-r--r--

Add debian packaging

We need to get libgnt in debian, so I took a first pass at it here to give rlaager something to start from.

Testing Done:
Installed the built packages in a debian bullseye container.

Reviewed at https://reviews.imfreedom.org/r/27/

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)

mercurial