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 | a87f82f5001d734f45e239edf051004ca5c093aa (patch) | |
| tree | 256b094bd8d0f8489c8d65498d423f7e76aaa3f6 | |
| parent | 989cd56b8749cccecace0e102ccd1b7bb835dd9d (diff) | |
build: drop "server" from target name for protocol code
(cherry picked from commit e5475d9310941ce88ed016ce1515b36e3a440252)
| -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 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@'], |
