replace shared_module with shared_library

according to mesonbuild irc chat
This commit is contained in:
Ailin Nemui 2025-07-25 19:49:53 +02:00
commit 989ddd8429
14 changed files with 37 additions and 23 deletions

View file

@ -1,6 +1,6 @@
# this file is part of irssi
libirc_notifylist_sm = shared_module('irc_notifylist',
libirc_notifylist_sm = shared_library('irc_notifylist',
files(
'notify-commands.c',
'notify-ison.c',
@ -14,7 +14,8 @@ libirc_notifylist_sm = shared_module('irc_notifylist',
install : true,
install_dir : moduledir,
link_with : dl_cross_irc_core + dl_cross_irssi_main,
dependencies : dep)
dependencies : dep,
override_options : ['b_lundef=false'])
dl_cross_irc_notifylist = []
if need_dl_cross_link