forked from external/yambar
meson: no space before ':'
This commit is contained in:
parent
f95b76c6b5
commit
8567257a88
1 changed files with 6 additions and 6 deletions
|
@ -24,15 +24,15 @@ if backend_wayland
|
|||
|
||||
wl_proto_headers += custom_target(
|
||||
prot.underscorify() + '-client-header',
|
||||
output : '@BASENAME@.h',
|
||||
input : prot,
|
||||
command : [wscanner_prog, 'client-header', '@INPUT@', '@OUTPUT@'])
|
||||
output: '@BASENAME@.h',
|
||||
input: prot,
|
||||
command: [wscanner_prog, 'client-header', '@INPUT@', '@OUTPUT@'])
|
||||
|
||||
wl_proto_src += custom_target(
|
||||
prot.underscorify() + '-private-code',
|
||||
output : '@BASENAME@.c',
|
||||
input : prot,
|
||||
command : [wscanner_prog, 'private-code', '@INPUT@', '@OUTPUT@'])
|
||||
output: '@BASENAME@.c',
|
||||
input: prot,
|
||||
command: [wscanner_prog, 'private-code', '@INPUT@', '@OUTPUT@'])
|
||||
endforeach
|
||||
|
||||
bar_wayland = declare_dependency(
|
||||
|
|
Loading…
Add table
Reference in a new issue