mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
fix meson deprecations
This commit is contained in:
parent
f4938a2804
commit
89bcff606f
12 changed files with 33 additions and 23 deletions
|
|
@ -1,19 +1,21 @@
|
|||
# this file is part of irssi
|
||||
|
||||
libfe_irc_notifylist_a = shared_module('fe_irc_notifylist',
|
||||
libfe_irc_notifylist_a = static_library('fe_irc_notifylist',
|
||||
files(
|
||||
'fe-notifylist.c',
|
||||
'module-formats.c',
|
||||
),
|
||||
include_directories : rootinc,
|
||||
implicit_include_directories : false,
|
||||
install : true,
|
||||
install_dir : moduledir,
|
||||
c_args : [
|
||||
def_helpdir,
|
||||
def_sysconfdir,
|
||||
],
|
||||
dependencies : dep)
|
||||
shared_module('fe_irc_notifylist',
|
||||
install : true,
|
||||
install_dir : moduledir,
|
||||
link_whole : libfe_irc_notifylist_a)
|
||||
|
||||
install_headers(
|
||||
files(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue