mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
run meson formatter
This commit is contained in:
parent
80b8875fea
commit
221d520c37
33 changed files with 661 additions and 315 deletions
|
|
@ -3,10 +3,11 @@
|
|||
if have_capsicum
|
||||
core_capsicum_source = files('capsicum.c')
|
||||
else
|
||||
core_capsicum_source = []
|
||||
core_capsicum_source = [ ]
|
||||
endif
|
||||
|
||||
libcore_a = static_library('core',
|
||||
libcore_a = static_library(
|
||||
'core',
|
||||
files(
|
||||
'args.c',
|
||||
'channels-setup.c',
|
||||
|
|
@ -63,7 +64,8 @@ libcore_a = static_library('core',
|
|||
def_moduledir,
|
||||
def_sysconfdir,
|
||||
],
|
||||
dependencies : dep)
|
||||
dependencies : dep,
|
||||
)
|
||||
|
||||
install_headers(
|
||||
files(
|
||||
|
|
@ -122,4 +124,5 @@ install_headers(
|
|||
'window-item-def.h',
|
||||
'write-buffer.h',
|
||||
),
|
||||
subdir : incdir / 'src' / 'core')
|
||||
subdir : incdir / 'src' / 'core',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue