run meson formatter

This commit is contained in:
Ailin Nemui 2026-01-25 22:07:44 +01:00
commit 221d520c37
33 changed files with 661 additions and 315 deletions

View file

@ -1,20 +1,22 @@
shared_library('Irssi',
[ xsubpp.process(
files(
'Channel.xs',
'Core.xs',
'Expando.xs',
'Ignore.xs',
'Irssi.xs',
'Log.xs',
'Masks.xs',
'Query.xs',
'Rawlog.xs',
'Server.xs',
'Settings.xs',
)
) ]
shared_library(
'Irssi',
[
xsubpp.process(
files(
'Channel.xs',
'Core.xs',
'Expando.xs',
'Ignore.xs',
'Irssi.xs',
'Log.xs',
'Masks.xs',
'Query.xs',
'Rawlog.xs',
'Server.xs',
'Settings.xs',
)
),
]
+ files(
'module.h',
)
@ -27,7 +29,7 @@ shared_library('Irssi',
implicit_include_directories : true,
dependencies : dep + [ perl_dep ],
link_with : dl_cross_perl_core + dl_cross_irssi_main,
override_options : ['b_lundef=false'],
override_options : [ 'b_lundef=false' ],
)
install_headers(
@ -36,6 +38,6 @@ install_headers(
),
install_dir : perlmoddir,
)
# 'Makefile.PL.in',
# 'typemap',