diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2022-11-25 10:48:07 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2022-11-25 10:48:07 +0100 |
| commit | 216cfafea6cdfbb8d986035a4169b19419b874ea (patch) | |
| tree | 2ad9c5adc9ceb80ac725c24bc39952a543eaca4e /protocols | |
| parent | 069231052fdb183c3cf9662960bf2539ba135367 (diff) | |
build: drop "server" from target name for protocol code
Diffstat (limited to 'protocols')
| -rw-r--r-- | protocols/meson.build | 2 |
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 = [] 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@'], |
