Skip to content

Commit

Permalink
build: drop "server" from target name for protocol code
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Nov 25, 2022
1 parent 5be5a03 commit e5475d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ wl_protos_headers = []

foreach xml : protocols
wl_protos_src += custom_target(
xml.underscorify() + '_server_c',
xml.underscorify() + '_c',
input: xml,
output: '@BASENAME@-protocol.c',
command: [wayland_scanner, 'private-code', '@INPUT@', '@OUTPUT@'],
Expand Down

0 comments on commit e5475d9

Please sign in to comment.