mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
run meson formatter
This commit is contained in:
parent
80b8875fea
commit
221d520c37
33 changed files with 661 additions and 315 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue