From 2a6bcc673860ec5e70f1892b84f0e7d36ad9ebbd Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 25 Nov 2022 10:48:07 +0100 Subject: build: drop "server" from target name for protocol code (cherry picked from commit e5475d9310941ce88ed016ce1515b36e3a440252) --- protocols/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/meson.build b/protocols/meson.build index 11d2cb8f..53441f38 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -23,7 +23,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@'], -- cgit v1.2.3-70-g09d2