meson: no space before ':'

This commit is contained in:
Daniel Eklöf 2019-06-07 22:42:21 +02:00
parent f95b76c6b5
commit 8567257a88
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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(