aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2022-11-25 10:48:07 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2022-11-25 10:48:07 +0100
commite5475d9310941ce88ed016ce1515b36e3a440252 (patch)
tree2ad9c5adc9ceb80ac725c24bc39952a543eaca4e /protocols
parentbuild: unify server & client protocol generation (diff)
downloadsway-e5475d9310941ce88ed016ce1515b36e3a440252.tar.gz
sway-e5475d9310941ce88ed016ce1515b36e3a440252.tar.zst
sway-e5475d9310941ce88ed016ce1515b36e3a440252.zip
build: drop "server" from target name for protocol code
Diffstat (limited to 'protocols')
-rw-r--r--protocols/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/meson.build b/protocols/meson.build
index 3f3ad214..0473b01f 100644
--- a/protocols/meson.build
+++ b/protocols/meson.build
@@ -24,7 +24,7 @@ wl_protos_headers = []
24 24
25foreach xml : protocols 25foreach xml : protocols
26 wl_protos_src += custom_target( 26 wl_protos_src += custom_target(
27 xml.underscorify() + '_server_c', 27 xml.underscorify() + '_c',
28 input: xml, 28 input: xml,
29 output: '@BASENAME@-protocol.c', 29 output: '@BASENAME@-protocol.c',
30 command: [wayland_scanner, 'private-code', '@INPUT@', '@OUTPUT@'], 30 command: [wayland_scanner, 'private-code', '@INPUT@', '@OUTPUT@'],