From e0faeece19de1bd6c7672a985f3cb433389a26f8 Mon Sep 17 00:00:00 2001 From: StratusFearMe21 <57533634+StratusFearMe21@users.noreply.github.com> Date: Sun, 15 Jan 2023 22:42:32 +0000 Subject: [PATCH] Update meson.build --- protocols/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',