sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit e5475d9310941ce88ed016ce1515b36e3a440252
parent 5be5a038da8a3789a19945719f2a27233291445d
Author: Simon Ser <contact@emersion.fr>
Date:   Fri, 25 Nov 2022 10:48:07 +0100

build: drop "server" from target name for protocol code

Diffstat:
Mprotocols/meson.build | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/protocols/meson.build b/protocols/meson.build @@ -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@'],