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(
|
wl_proto_headers += custom_target(
|
||||||
prot.underscorify() + '-client-header',
|
prot.underscorify() + '-client-header',
|
||||||
output : '@BASENAME@.h',
|
output: '@BASENAME@.h',
|
||||||
input : prot,
|
input: prot,
|
||||||
command : [wscanner_prog, 'client-header', '@INPUT@', '@OUTPUT@'])
|
command: [wscanner_prog, 'client-header', '@INPUT@', '@OUTPUT@'])
|
||||||
|
|
||||||
wl_proto_src += custom_target(
|
wl_proto_src += custom_target(
|
||||||
prot.underscorify() + '-private-code',
|
prot.underscorify() + '-private-code',
|
||||||
output : '@BASENAME@.c',
|
output: '@BASENAME@.c',
|
||||||
input : prot,
|
input: prot,
|
||||||
command : [wscanner_prog, 'private-code', '@INPUT@', '@OUTPUT@'])
|
command: [wscanner_prog, 'private-code', '@INPUT@', '@OUTPUT@'])
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
bar_wayland = declare_dependency(
|
bar_wayland = declare_dependency(
|
||||||
|
|
Loading…
Add table
Reference in a new issue