summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--protocols/meson.build2
1 files changed, 1 insertions, 1 deletions
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 = []
23 23
24foreach xml : protocols 24foreach xml : protocols
25 wl_protos_src += custom_target( 25 wl_protos_src += custom_target(
26 xml.underscorify() + '_server_c', 26 xml.underscorify() + '_c',
27 input: xml, 27 input: xml,
28 output: '@BASENAME@-protocol.c', 28 output: '@BASENAME@-protocol.c',
29 command: [wayland_scanner, 'private-code', '@INPUT@', '@OUTPUT@'], 29 command: [wayland_scanner, 'private-code', '@INPUT@', '@OUTPUT@'],