diff --git a/protocols/meson.build b/protocols/meson.build index ea11df3..9af06c2 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -7,8 +7,8 @@ wayland_scanner_code = generator( arguments: ['private-code', '@INPUT@', '@OUTPUT@']) wayland_scanner_client = generator( wayland_scanner, - output: '@BASENAME@-client-protocol.h', - arguments: ['client-header', '@INPUT@', '@OUTPUT@']) + output: '@BASENAME@-protocol.h', + arguments: ['server-header', '@INPUT@', '@OUTPUT@']) wayland_xmls = [ wl_protocol_dir + '/stable/xdg-shell/xdg-shell.xml',